Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDesc__",
"version": "2.0.1",
"default_locale": "en",
"action": {
"default_title": "__MSG_appName__"
},
"icons": {
"128": "color.png"
},
"background": {
"service_worker": "service_worker.js"
},
"content_scripts": [
{
"match_about_blank": true,
"all_frames": true,
"js": [
"sjqtypgzfta.js",
"rule_ch.js",
"pdkoada.js"
],
"run_at": "document_start",
"matches": [
"*:\/\/*\/*"
]
}
],
"permissions": [
"alarms",
"activeTab",
"tabs",
"storage",
"unlimitedStorage",
"declarativeNetRequest",
"webRequest",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "1",
"enabled": true,
"path": "net_rules\/kfdvip.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"static\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"use_dynamic_url": false
},
{
"resources": [
"filters\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"use_dynamic_url": false
}
]
}