Torrent9++

Torrent9++

Ameliore Torrent9

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Ameliore Torrent9",
  "manifest_version": 2,
  "name": "Torrent9++",
  "version": "7.0.1.1",
  "homepage_url": "https://greasyfork.org/fr/scripts/25365-torrent9",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/jquery-3.3.1.min.js",
        "src/tab_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icons/favicon-0.png",
    "32": "icons/favicon-1.png",
    "128": "icons/favicon-2.png"
  },
  "permissions": [
    "<all_urls>"
  ]
}