Listen Trackers Adder

Listen Trackers Adder

Кнопка быстрой подписки. Сервис Listen Trackers (https://litr.cc) следит за обновлениями на большинстве RU и UA торрент трекерах.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Listen Trackers Adder",
  "version": "3.1.0",
  "description": "Кнопка быстрой подписки. Сервис Listen Trackers (https://litr.cc) следит за обновлениями на большинстве RU и UA торрент трекерах.",
  "icons": {
    "16": "/public/icon-16.png",
    "32": "/public/icon-32.png",
    "48": "/public/icon-48.png",
    "64": "/public/icon-64.png",
    "128": "/public/icon-128.png"
  },
  "host_permissions": [
    "https://litr.cc/*"
  ],
  "permissions": [
    "storage",
    "tabs",
    "contextMenus",
    "notifications"
  ],
  "action": {},
  "options_ui": {
    "page": "/pages/options/index-4SHOGDHO.html"
  },
  "background": {
    "service_worker": "/pages/background/index.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://litr.cc/*"
      ],
      "js": [
        "/pages/content/index.js"
      ],
      "run_at": "document_start"
    }
  ]
}