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": 2,
  "name": "Fake YouTube premium",
  "version": "0.3.2",
  "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": [
        "*://*.www.youtube.com/*",
        "*://*.youtube.com/*",
        "*://*.m.youtube.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{dca2a31b-fe3e-482a-b37a-991a2b5538cd}"
    }
  }
}