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.

What is Youtube Skip Sign-in?

Youtube Skip Sign-in is a Chrome extension developed by Daniel Kladnik, and its main feature is "If you don't want to see pop-ups asking to sign-in on Youtube, this tiny app is for you.".

Extension Screenshots

screenshot

Download Youtube Skip Sign-in Extension CRX File

Download Youtube Skip Sign-in extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension hides automatic sign-in pop-ups on Youtube.                    

Extension Basic Information

Name Youtube Skip Sign-in Youtube Skip Sign-in
ID febbpoacmmneppioahpfegkoafiicdmm
Official URL https://chromewebstore.google.com/detail/youtube-skip-sign-in/febbpoacmmneppioahpfegkoafiicdmm
Description If you don't want to see pop-ups asking to sign-in on Youtube, this tiny app is for you.
File Size 8.74 KB
Installation Count 853
Current Version 1.0.0
Last Updated 2020-12-12
Publish Date 2020-12-11
Rating 5.00/5 Total 1 Ratings
Developer Daniel Kladnik
Email [email protected]
Payment Type free
Supported Languages en
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"
            ]
        }
    ]
}