FREEZE : YOUTUBE

FREEZE : YOUTUBE

AI-Powered YouTube Controller

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FREEZE : YOUTUBE",
  "description": "AI-Powered YouTube Controller",
  "version": "1.0.1",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://*.youtube.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "resources/*",
        "iframe/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "popup/index.html"
  },
  "background": {
    "service_worker": "background/index.js"
  }
}