Prevent YouTube from playing videos instantly
Prevent YouTube from playing videos when a tab is opened and not highlighted.
Qu'est-ce que Prevent YouTube from playing videos instantly ?
Prevent YouTube from playing videos instantly est une extension Chrome développée par Muhamad Alfaifi, et sa fonction principale est "Prevent YouTube from playing videos when a tab is opened and not highlighted.".
Télécharger le fichier CRX de l'extension Prevent YouTube from playing videos instantly
Téléchargez les fichiers d'extension Prevent YouTube from playing videos instantly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ![]() |
ID | iljjloebnngnddabmmgnahdcpmhlkfej |
URL Officiel | https://chrome.google.com/webstore/detail/prevent-youtube-from-play/iljjloebnngnddabmmgnahdcpmhlkfej |
Description | Prevent YouTube from playing videos when a tab is opened and not highlighted. |
Taille du Fichier | 3.57 KB |
Nombre d'Installations | 12 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2015-11-05 |
Date de Publication | 2015-11-05 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Muhamad Alfaifi |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |