Fake YouTube premium

Fake YouTube premium

It changes the YouTube logo to Premium logo to fake having YouTube Premium

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Fake YouTube premium",
  "version": "0.3.0",
  "description": "It changes the YouTube logo to Premium logo to fake having YouTube Premium",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "https://*.youtube.com/"
      ]
    }
  ]
}