netPlus: Получите доступ к вашим любимым сайтам!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "netPlus: бесперебойный доступ к сайтам!",
"version": "31.10",
"description": "netPlus: Получите доступ к вашим любимым сайтам!",
"homepage_url": "https://netplus-vpn.ru/",
"minimum_chrome_version": "88",
"action": {
"default_title": "name",
"default_icon": "images/icons/icon-empty.png",
"default_popup": "window.html#/home"
},
"options_page": "window.html#/options",
"icons": {
"16": "images/icons2/icon16.png",
"32": "images/icons2/icon32.png",
"48": "images/icons2/icon48.png",
"64": "images/icons2/icon64.png",
"128": "images/icons2/icon128.png"
},
"background": {
"service_worker": "scripts/background.js"
},
"externally_connectable": {
"matches": [
"https://*.netplus-vpn.ru/*"
]
},
"permissions": [
"tabs",
"storage",
"proxy",
"webRequest",
"webRequestBlocking",
"declarativeNetRequest",
"scripting",
"alarms",
"cookies",
"activeTab",
"management",
"offscreen"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"images/*.png",
"images/*.jpeg",
"images/*.jpg",
"images/*.svg",
"images/*.gif",
"images/*.svg",
"scripts/*.js",
"styles/*.css"
],
"matches": [
"<all_urls>"
],
"extension_ids": []
}
]
}