YouTube - Don't Stop

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

Co to jest YouTube - Don't Stop?

YouTube - Don't Stop to rozszerzenie Chrome opracowane przez Nibble Bytes, a jego główną funkcją jest „Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YouTube - Don't Stop

Pobierz pliki rozszerzeń YouTube - Don't Stop w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube - Don't Stop YouTube - Don't Stop
ID lfccbkicpiohnnalhapdgjadlcahicip
Oficjalny URL https://chromewebstore.google.com/detail/youtube-dont-stop/lfccbkicpiohnnalhapdgjadlcahicip
Opis Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.
Rozmiar pliku 46.52 KB
Liczba instalacji 2,929
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2020-01-15
Data Publikacji 2020-01-14
Ocena 2.80/5 Łącznie 5 Oceny
Deweloper Nibble Bytes
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}