Inspect and view changes in Top81.org Black List 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": "Top81.org Black List",
"version": "0.0.0.5",
"manifest_version": 3,
"description": "过滤讨厌的ID",
"icons": {
"16": "icons/top81_16.png",
"32": "icons/top81_32.png",
"48": "icons/top81_48.png",
"128": "icons/top81_128.png"
},
"action": {
"default_popup": "popup/popup.html"
},
"content_scripts": [
{
"matches": [
"*://*.dszh.xyz/*",
"*://dszh.xyz/*",
"*://www.top81.org/*",
"*://142.54.178.10/*"
],
"js": [
"./js/jquery-2.1.1.min.js",
"./js/JSLINQ.js",
"./js/apt.js",
"./js/run.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"activeTab",
"browsingData",
"storage"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}