VideaČesky.cz na YouTube

VideaČesky.cz na YouTube

Zkontroluje si, zda je video na YouTube již přeložené na Videacesky.cz.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "VideaČesky.cz na YouTube",
  "version": "0.45",
  "description": "Zkontroluje si, zda je video na YouTube již přeložené na Videacesky.cz.",
  "author": "Jan Richter",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "icon16.png"
    },
    "default_title": "Nastavení pro VideaČesky.cz na YouTube",
    "default_popup": "options.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "https://vc.richja.cz/",
    "storage",
    "declarativeContent"
  ],
  "-ms-preload": {
    "backgroundScript": "backgroundScriptsAPIBridge.js",
    "contentScript": "contentScriptsAPIBridge.js"
  },
  "applications": {
    "gecko": {
      "id": "{fd5e8a3c-da29-4758-8f4a-e155a72a1201}"
    }
  }
}