PiratBit - официальный плагин (доступ из РФ)

PiratBit - официальный плагин (доступ из РФ)

Свободный доступ к Пиратбиту для граждан РФ

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "PiratBit - официальный плагин (доступ из РФ)",
  "short_name": "PiratBit",
  "version": "2.0.5",
  "author": "PiratBit",
  "description": "Свободный доступ к Пиратбиту для граждан РФ",
  "applications": {
    "gecko": {
      "strict_min_version": "60.0"
    }
  },
  "icons": {
    "16": "assets/piratbit16.png",
    "48": "assets/piratbit48.png",
    "128": "assets/piratbit128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "assets/piratbit19.png",
      "38": "assets/piratbit38.png"
    },
    "default_title": "Доступ к Пиратбиту",
    "default_popup": "popup.html"
  },
  "permissions": [
    "proxy",
    "activeTab",
    "browsingData",
    "*://pb.wtf/*",
    "*://*.pb.wtf/*",
    "*://piratbit.org/*",
    "*://*.piratbit.org/*"
  ],
  "background": {
    "scripts": [
      "background.static.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://pb.wtf/*",
        "*://piratbit.org/*"
      ],
      "css": [
        "notification.css"
      ],
      "js": [
        "notifications.js"
      ],
      "run_at": "document_end"
    }
  ]
}