RARBG Monitor

RARBG Monitor

Subscribe RARBG feed

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "RARBG Monitor",
  "version": "4.9.5",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "minimum_chrome_version": "65",
  "description": "Monitor RARBG feed",
  "icons": {
    "16": "icon-rarbg.png",
    "128": "icon-rarbg.png"
  },
  "browser_action": {
    "default_title": "RARBG Monitor",
    "default_icon": "icon-rarbg.png",
    "default_popup": "feed.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.zimuzu.tv/*",
        "*://*.zimuzu.io/*",
        "*://*.zmz2019.com/*",
        "*://*.rrys2019.com/*",
        "https://raw.githubusercontent.com/*",
        "https://rarbg.is/torrent/*",
        "https://rarbg.to/torrent/*",
        "https://rarbgmirror.com/torrent/*",
        "https://rarbgmirror.org/torrent/*",
        "https://rarbgaccess.org/torrent/*",
        "https://rarbgtor.org/torrent/*",
        "https://rarbgprx.org/torrent/*"
      ],
      "js": [
        "js/content.js"
      ],
      "css": [
        "css/content.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "douban.png"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "alarms",
    "storage",
    "contextMenus",
    "https://api.douban.com/*",
    "https://movie.douban.com/*",
    "*://*.zimuzu.tv/*",
    "*://*.zimuzu.io/*",
    "*://*.zmz2019.com/*",
    "*://*.rrys2019.com/*",
    "https://*.rarbg.is/*",
    "https://*.rarbg.to/*",
    "https://*.rarbgmirror.com/*",
    "https://*.rarbgmirror.org/*",
    "https://*.rarbgaccess.org/*",
    "https://*.rarbgtor.org/*",
    "https://*.rarbgprx.org/*",
    "https://dyncdn.me/*",
    "https://torrentapi.org/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}