Youtube Skip Sign-in

Youtube Skip Sign-in

If you don't want to see pop-ups asking to sign-in on Youtube, this tiny app is for you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Youtube Skip Sign-in",
  "description": "If you don't want to see pop-ups asking to sign-in on Youtube, this tiny app is for you.",
  "version": "1.0.0",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "author": "Daniel Kladnik @ kiboke studio",
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "css": [
        "data/youtube.css"
      ],
      "js": [
        "data/youtube.js"
      ]
    }
  ]
}