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/jquery.js",
"bg.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "蘑菇街优惠券助手",
"default_popup": "popup.html"
},
"content_scripts": [
{
"css": [
"css/home.css"
],
"js": [
"js/jquery.js",
"js/mogujie.js"
],
"matches": [
"*://*.mogujie.com/*"
]
}
],
"description": "蘑菇街优惠券助手专为用户查找蘑菇街大额优惠券,让您花更少的钱购买同样的商品",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"name": "蘑菇街优惠券助手",
"permissions": [
"tabs",
"http://api.yqfei365.com/"
],
"version": "1.1resigned1",
"web_accessible_resources": [
"images/*"
],
"browser_specific_settings": {
"gecko": {
"id": "{415d74b7-85ce-43ec-be05-1eabc16be51b}"
}
}
}