Youtube Icon Changer

Youtube Icon Changer

Changes Youtube Video Icons into the Youtube logo

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Youtube Icon Changer",
  "description": "Changes Youtube Video Icons into the Youtube logo",
  "version": "0.0.1",
  "author": "[email protected]",
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}