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",
"name": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0420\u0443\u0442\u0440\u0435\u043a\u0435\u0440 \/ OPEN_Rutracker",
"description": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0420\u0443\u0442\u0440\u0435\u043a\u0435\u0440, OPEN_Rutracker \u043d\u0435\u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435",
"version": "4.8",
"manifest_version": 3,
"icons": {
"48": "images\/icon-48x48.png",
"128": "images\/icon-128x128.png"
},
"background": {
"service_worker": ".\/background.js"
},
"action": {
"default_popup": "open.html",
"default_icons": {
"48": "images\/icon-48x48.png",
"128": "images\/icon-128x128.png"
}
},
"short_name": "\u0420\u0443\u0442\u0440\u0435\u043a\u0435\u0440\/OPEN_Rutracker",
"permissions": [
"proxy",
"storage",
"webRequest",
"webRequestAuthProvider"
],
"host_permissions": [
"*:\/\/rutracker.org\/*",
"*:\/\/rutracker.cc\/*",
"https:\/\/pro.dark-proxy.ru\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/rutracker.org\/*",
"*:\/\/rutracker.cc\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
]
}