Torrent Beast

Torrent Beast

Torrents Seach and Download

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Torrent Beast",
  "version": "0.8.1",
  "minimum_chrome_version": "6",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Torrents Seach and Download",
  "content_scripts": [
    {
      "matches": [
        "http://www.imdb.com/title/*"
      ],
      "scripts": [
        "js/InjectedCode.js"
      ],
      "js": [
        "js/InjectedCode.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": "img/beast_extension.png",
    "default_popup": "Projecto.html"
  },
  "background": {
    "scripts": [
      "Eventos.js"
    ]
  },
  "icons": {
    "16": "img/titulo16.png",
    "48": "img/titulo.png",
    "128": "img/titulo.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "contextMenus",
    "http://tb.rodrigomarinheiro.com/TB/*",
    "http://torrentbeast.yzi.me/TB/*"
  ]
}