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
{
"manifest_version": 3,
"name": "排查查",
"description": "一款好用的订å•æ£€æµ‹æ’件",
"version": "1.2.8",
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "logo16.png",
"64": "logo64.png",
"128": "logo128.png"
},
"options_page": "popup.html",
"content_scripts": [
{
"matches": [
"https://d.weidian.com/weidian-pc/weidian-loader/*"
],
"js": [
"/content.js"
]
}
],
"background": {
"service_worker": "/background.js"
},
"web_accessible_resources": [
{
"resources": [
"/weidian.js"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"management",
"tabs"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}