RuTracker Chrome extension

RuTracker Chrome extension

Changes a torrent list view for RuTracker.org site.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "js/ga.js",
      "js/inject.js",
      "js/helpers.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.js",
        "js/moduleImdb.js",
        "js/ad-loader.js",
        "js/module.js",
        "js/module-rutracker.js",
        "js/main.js"
      ],
      "matches": [
        "*://rutracker.org/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "ru",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "images/icon_16.png",
    "19": "images/icon_19.png",
    "38": "images/icon_48.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmfmpQx2MeruHeWbbV6G3Y0eICAXs3C3h5E71tH7ipMcGycaKuyFW78BTeR8g/NYgf3wl7m2MpVRAFbJIXR+N3OavZfUp7c36TT1PqibOrOGBs/zkFhX/PNffwQRzIkMYrEDizWQYoWP0VD/kv7dfvJ9LZmj0K568LirsplKGZYV4FPAKPAqsiNg46xxskwEcAbdv78DimbPAovercSLSiDi2CqrBT5GnR8hKFjA4HCzV1cWRswwNP6jwc1+5a+t9U4ALrTB93j/vRi0WjLDOTnaE+wegRz5/Jzm00EnOrYJZq8FW7yvuMu33+JfI7qyLfPLNv+tXrB1zdAUA6ZHbCQIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "26.0.0.0",
  "name": "__MSG_extName__",
  "page_action": {
    "default_icon": {
      "16": "images/icon_16.png",
      "19": "images/icon_19.png",
      "38": "images/icon_38.png",
      "48": "images/icon_48.png",
      "128": "images/icon_128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Rutracker Extension"
  },
  "permissions": [
    "storage",
    "webNavigation",
    "webRequestBlocking",
    "webRequest",
    "tabs",
    "*://*.rutracker.org/",
    "*://*.thepiratebay.org/",
    "*://*.rarbg.to/",
    "*://*.rutor.is/",
    "*://*.lostfilm.tv/*",
    "*://*.torrent-games.net/*",
    "*://*.animedia.tv/*",
    "*://*.ok.ru/",
    "*://*.anifilm.tv/*",
    "*://*.vk.com/",
    "*://*.dkbm-web.autoins.ru/",
    "*://*.fssp.gov.ru/",
    "*://*.nomerogram.ru/",
    "*://*.softtorrent.ru/",
    "*://*.eaisto.info/",
    "*://*.kinozal.tv/",
    "*://*.xn--90adear.xn--p1ai/check/auto",
    "*://*.autoteka.ru/*",
    "*://*.avito.ru/*",
    "*://*.torrent-windows.net/*"
  ],
  "short_name": "__MSG_shortName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2021.001.0001",
  "web_accessible_resources": [
    "images/*.png",
    "images/*.gif"
  ]
}