Easy and quick search for books, music, videos in torrents.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"scripts": [
"background.js",
"files/newtabpromo_bg.js",
"proxy/Proxy.js",
"proxy/ProxyInit_ff.js"
]
},
"browser_action": {
"default_icon": "icons/icon128.png",
"default_popup": "popup.html",
"default_title": "__MSG_appButtonDesc__"
},
"content_scripts": [
{
"css": [
"content.css"
],
"js": [
"content.js"
],
"matches": [
"*://*.rutracker.org/*"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"permissions": [
"cookies",
"http://*/*",
"https://*/*",
"proxy",
"webRequest",
"webRequestBlocking"
],
"version": "1.1.0.44"
}