Yet another autoplay blocker

Pause videos until you click on them.

Apa itu Yet another autoplay blocker?

Yet another autoplay blocker adalah ekstensi Chrome yang dikembangkan oleh omegacentaurisoftware, dan fitur utamanya adalah "Pause videos until you click on them.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Yet another autoplay blocker

Unduh file ekstensi Yet another autoplay blocker 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

                        Block autoplay in videos. No options.                    

Informasi Dasar Ekstensi

Nama Yet another autoplay blocker Yet another autoplay blocker
ID fjekfkbibnnjlkfjaeifgecjfmpmdaad
URL Resmi https://chromewebstore.google.com/detail/yet-another-autoplay-bloc/fjekfkbibnnjlkfjaeifgecjfmpmdaad
Deskripsi Pause videos until you click on them.
Ukuran File 6.79 KB
Jumlah Instalasi 1,053
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2018-10-01
Tanggal Publikasi 2018-09-30
Penilaian 3.84/5 Total 25 Penilaian
Pengembang omegacentaurisoftware
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/arpruss/blockautoplay
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yet another autoplay blocker",
    "version": "0.0.3",
    "description": "Pause videos until you click on them.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}