Youtube™ YES!

Youtube™ YES!

STOP ASKING! I'm here!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Youtube™ YES!",
  "version": "1.1",
  "description": "STOP ASKING! I'm here!",
  "icons": {
    "128": "duck-128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "manifest_version": 2
}