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": {
"page": "background.html"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"./js/a.js"
]
}
],
"browser_action": {
"default_icon": "img/icon.png",
"default_popup": "popup.html"
},
"description": "网页媒体嗅探工具",
"icons": {
"40": "img/icon.png",
"48": "img/icon.png",
"128": "img/icon128.png"
},
"manifest_version": 2,
"minimum_chrome_version": "30",
"name": "猫抓",
"options_page": "options.html",
"permissions": [
"tabs",
"webRequest",
"webRequestBlocking",
"*://*/*",
"<all_urls>",
"downloads",
"storage"
],
"version": "1.0.16",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}