Exu - Boost Your Youtube Experience

Exu - Boost Your Youtube Experience

Exu is a hole new extension that allow you to get new expirience of using Youtube. Exu is a browser extension that will extend…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "./js/exu.js"
      ],
      "css": [
        "./css/exu.css"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "./icons/icon16.png",
    "48": "./icons/icon48.png",
    "128": "./icons/icon128.png"
  },
  "name": "Exu - Boost Your Youtube Experience",
  "short_name": "Exu - Boost Your Youtube Experience",
  "version": "1.1.2",
  "manifest_version": 3
}