Prevent YouTube from playing videos instantly

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

Wat is Prevent YouTube from playing videos instantly?

Prevent YouTube from playing videos instantly is een Chrome-extensie ontwikkeld door Muhamad Alfaifi, en de belangrijkste functie is "Prevent YouTube from playing videos when a tab is opened and not highlighted.".

Download het CRX-bestand van de extensie Prevent YouTube from playing videos instantly

Download Prevent YouTube from playing videos instantly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Prevent YouTube from playing videos instantly Prevent YouTube from playing videos instantly
ID iljjloebnngnddabmmgnahdcpmhlkfej
Officiële URL https://chrome.google.com/webstore/detail/prevent-youtube-from-play/iljjloebnngnddabmmgnahdcpmhlkfej
Beschrijving Prevent YouTube from playing videos when a tab is opened and not highlighted.
Bestandsgrootte 3.57 KB
Aantal Installaties 12
Huidige Versie 1.5
Laatst Bijgewerkt 2015-11-05
Publicatiedatum 2015-11-05
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Muhamad Alfaifi
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}