YouTube NonStop

Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!

Was ist YouTube NonStop?

YouTube NonStop ist eine Chrome-Erweiterung, die von lawfx entwickelt wurde, und ihr Hauptmerkmal ist "Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!".

Erweiterungsscreenshots

screenshot

YouTube NonStop-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube NonStop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ***Important: This extension doesn't keep the confirmation box from popping up. It only counters it. It auto-clicks the confirmation box and the video won't get paused.***

Working on YouTube and YouTube Music!
Media Keys supported!

Untested (but should work) when: Video is in fullscreen, Video is in miniplayer.

If you have any problems, don't hesitate to drop me an email. :)                    

Grundlegende Informationen zur Erweiterung

Name YouTube NonStop YouTube NonStop
ID nlkaejimjacpillmajjnopmpbkbnocid
Offizielle URL https://chromewebstore.google.com/detail/youtube-nonstop/nlkaejimjacpillmajjnopmpbkbnocid
Beschreibung Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
Dateigröße 76.16 KB
Installationsanzahl 728,552
Aktuelle Version 0.9.2
Letztes Update 2023-10-30
Veröffentlichungsdatum 2020-05-14
Bewertung 3.47/5 Insgesamt 941 Bewertungen
Entwickler lawfx
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/lawfx/YoutubeNonStop
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube NonStop",
    "short_name": "YT NonStop",
    "version": "0.9.2",
    "description": "Kiss the annoying \"Video paused. Continue watching?\" confirmation goodbye!",
    "web_accessible_resources": [
        {
            "resources": [
                "autoconfirm.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/yns16.png",
            "32": "images\/yns32.png",
            "48": "images\/yns48.png",
            "128": "images\/yns128.png"
        }
    },
    "icons": {
        "16": "images\/yns16.png",
        "32": "images\/yns32.png",
        "48": "images\/yns48.png",
        "128": "images\/yns128.png"
    },
    "manifest_version": 3
}