Prevent YouTube from playing videos instantly

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

Co je Prevent YouTube from playing videos instantly?

Prevent YouTube from playing videos instantly je rozšíření Chrome vyvinuté Muhamad Alfaifi, a jeho hlavní funkcí je „Prevent YouTube from playing videos when a tab is opened and not highlighted.“.

Stáhnout soubor CRX rozšíření Prevent YouTube from playing videos instantly

Stáhněte si soubory rozšíření Prevent YouTube from playing videos instantly ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Prevent YouTube from playing videos instantly Prevent YouTube from playing videos instantly
ID iljjloebnngnddabmmgnahdcpmhlkfej
Oficiální URL https://chrome.google.com/webstore/detail/prevent-youtube-from-play/iljjloebnngnddabmmgnahdcpmhlkfej
Popis Prevent YouTube from playing videos when a tab is opened and not highlighted.
Velikost souboru 3.57 KB
Počet instalací 12
Aktuální Verze 1.5
Poslední Aktualizace 2015-11-05
Datum Vydání 2015-11-05
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář Muhamad Alfaifi
Typ Platby free
Podporované Jazyky 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\/"
    ]
}