Prevent YouTube from playing videos instantly

Prevent YouTube from playing videos when a tab is opened and not highlighted.

Apa itu Prevent YouTube from playing videos instantly?

Prevent YouTube from playing videos instantly adalah ekstensi Chrome yang dikembangkan oleh Muhamad Alfaifi, dan fitur utamanya adalah "Prevent YouTube from playing videos when a tab is opened and not highlighted.".

Unduh Berkas CRX Ekstensi Prevent YouTube from playing videos instantly

Unduh file ekstensi Prevent YouTube from playing videos instantly 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

                        Note: Stopped supporting extension because this feature has been implemented in chrome v46.

When you right click on a youtube link and select open in a new tab, the video will play automatically, if you just want the video to chill out and download! and when you move to that tab you will play it? This extension does that.

you can see the source code for this extension here:
https://github.com/MuhamadFaifi/youtube-autoplay                    

Informasi Dasar Ekstensi

Nama Prevent YouTube from playing videos instantly Prevent YouTube from playing videos instantly
ID iljjloebnngnddabmmgnahdcpmhlkfej
URL Resmi https://chrome.google.com/webstore/detail/prevent-youtube-from-play/iljjloebnngnddabmmgnahdcpmhlkfej
Deskripsi Prevent YouTube from playing videos when a tab is opened and not highlighted.
Ukuran File 3.57 KB
Jumlah Instalasi 12
Versi Saat Ini 1.5
Terakhir Diperbarui 2015-11-05
Tanggal Publikasi 2015-11-05
Penilaian 4.00/5 Total 4 Penilaian
Pengembang Muhamad Alfaifi
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prevent YouTube from playing videos instantly",
    "description": "Prevent YouTube from playing videos when a tab is opened and not highlighted.",
    "version": "1.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/www.youtube.com\/"
    ]
}