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
{
"name": "视频嗅探器",
"version": "3.0",
"manifest_version": 3,
"author": "focrs@outlook.com",
"description": "视频图片嗅探器 @kunquer.com",
"icons": {
"48": "asset/image/logo.png"
},
"action": {
"default_popup": "page/index/view.html"
},
"permissions": [
"tabs",
"activeTab",
"downloads",
"webRequest",
"storage"
],
"host_permissions": [
"*://*/*"
],
"optional_host_permissions": [],
"background": {
"service_worker": "./daemon.js",
"type": "module",
"persist": true
},
"web_accessible_resources": [
{
"resources": [
"asset/image/icon.png",
"asset/image/logo.png"
],
"matches": [
"https://*/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}