YouTube - Don't Stop

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

Apa itu YouTube - Don't Stop?

YouTube - Don't Stop adalah ekstensi Chrome yang dikembangkan oleh Nibble Bytes, dan fitur utamanya adalah "Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube - Don't Stop

Unduh file ekstensi YouTube - Don't Stop dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama YouTube - Don't Stop YouTube - Don't Stop
ID lfccbkicpiohnnalhapdgjadlcahicip
URL Resmi https://chromewebstore.google.com/detail/youtube-dont-stop/lfccbkicpiohnnalhapdgjadlcahicip
Deskripsi Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.
Ukuran File 46.52 KB
Jumlah Instalasi 2,929
Versi Saat Ini 1.2
Terakhir Diperbarui 2020-01-15
Tanggal Publikasi 2020-01-14
Penilaian 2.80/5 Total 5 Penilaian
Pengembang Nibble Bytes
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}