Inspect and view changes in Media Snooper 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
{
"manifest_version": 2,
"name": "Media Snooper",
"version": "2.2.5",
"description": "Snoops for video/audio urls.",
"icons": {
"48": "resources/icon1-48.png",
"96": "resources/icon1-96.png"
},
"applications": {
"gecko": {
"id": "mediasnooper@my.manybuddies.com",
"strict_min_version": "70.0"
}
},
"browser_action": {
"browser_style": true,
"default_icon": {
"48": "resources/icon2-48.png",
"96": "resources/icon2-96.png"
},
"default_title": "Media Snooper",
"default_popup": "ui_panel/ui_panel.html"
},
"options_ui": {
"page": "ui_options/ui_options.html",
"browser_style": true,
"open_in_tab": true
},
"background": {
"scripts": [
"bs_engine.js",
"lib/hls-0.14.12.js",
"lib/dash-3.1.3.js"
]
},
"permissions": [
"<all_urls>",
"storage",
"unlimitedStorage",
"tabs",
"webRequest"
]
}