YouTube - Don't Stop

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

Vad är YouTube - Don't Stop?

YouTube - Don't Stop är en Chrome-tillägg utvecklad av Nibble Bytes, och dess huvudfunktion är "Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube - Don't Stop-förlängningens CRX-fil

Ladda ner YouTube - Don't Stop-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn YouTube - Don't Stop YouTube - Don't Stop
ID lfccbkicpiohnnalhapdgjadlcahicip
Officiell webbadress https://chromewebstore.google.com/detail/youtube-dont-stop/lfccbkicpiohnnalhapdgjadlcahicip
Beskrivning Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.
Filstorlek 46.52 KB
Antal Installationer 2,929
Aktuell Version 1.2
Senast Uppdaterad 2020-01-15
Publiceringsdatum 2020-01-14
Betyg 2.80/5 Totalt 5 Betyg
Utvecklare Nibble Bytes
Betalningssätt free
Stödda Språk 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
        }
    ]
}