Inspect and view changes in 搜券助手 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"scripts": [
"js/md5.js",
"bg.js"
]
},
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "淘宝优惠券助手"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"css/home.css"
],
"js": [
"js/jquery.js",
"js/highcharts.js",
"js/tubiao.js",
"js/qrcode.min.js",
"js/show_win.js",
"js/taobao.js"
],
"matches": [
"*://*.taobao.com/*"
],
"run_at": "document_end"
},
{
"css": [
"css/home.css"
],
"js": [
"js/jquery.js",
"js/highcharts.js",
"js/tubiao.js",
"js/qrcode.min.js",
"js/show_win.js",
"js/tmall.js"
],
"matches": [
"*://*.tmall.com/*",
"*://*.tmall.hk/*"
]
},
{
"css": [
"css/jd.css"
],
"js": [
"js/jquery.js",
"js/highcharts.js",
"js/tubiao.js",
"js/show_win.js",
"js/jd.js"
],
"matches": [
"*://*.jd.com/*",
"*://*.jd.hk/*"
]
}
],
"description": "搜券助手专为用户查找淘宝、天猫商品内部优惠券,商品店铺优惠券信息,让您花更少的钱购买同样的商品",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 3,
"name": "搜券助手",
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"*://*.fanliyun.cn/*",
"*://*.henzanapp.com/*",
"*://*.bijiago.com/*"
],
"version": "6.3.4",
"web_accessible_resources": [
{
"resources": [
"images/*"
],
"matches": [
"*://*/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{3655da10-2e4c-4b2c-8277-e5a0a48aec13}"
}
}
}