YouTube - Don't Stop

Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.

Was ist YouTube - Don't Stop?

YouTube - Don't Stop ist eine Chrome-Erweiterung, die von Nibble Bytes entwickelt wurde, und ihr Hauptmerkmal ist "Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.".

Erweiterungsscreenshots

screenshot

YouTube - Don't Stop-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube - Don't Stop-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

                        Removes YouTube popups so you can keep listening to your music without interruption. Fast and efficient and no frills.

Contact the author if it stops working for any reason.

Instructions: 

This Extension (as other extensions) only works when Youtube is the active tab in Chrome.                    

Grundlegende Informationen zur Erweiterung

Name YouTube - Don't Stop YouTube - Don't Stop
ID lfccbkicpiohnnalhapdgjadlcahicip
Offizielle URL https://chromewebstore.google.com/detail/youtube-dont-stop/lfccbkicpiohnnalhapdgjadlcahicip
Beschreibung Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.
Dateigröße 46.52 KB
Installationsanzahl 2,929
Aktuelle Version 1.2
Letztes Update 2020-01-15
Veröffentlichungsdatum 2020-01-14
Bewertung 2.80/5 Insgesamt 5 Bewertungen
Entwickler Nibble Bytes
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube - Don't Stop",
    "version": "1.2",
    "icons": {
        "128": "128x128 icon.png"
    },
    "description": "Remove the \"Video paused. Continue watching?\" popup & \"Get it now\" Youtube Premium popup ad. No frills & efficient.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "continue_watching.js"
            ],
            "all_frames": true
        }
    ]
}