Prevent YouTube from playing videos instantly
Prevent YouTube from playing videos when a tab is opened and not highlighted.
Was ist Prevent YouTube from playing videos instantly?
Prevent YouTube from playing videos instantly ist eine Chrome-Erweiterung, die von Muhamad Alfaifi entwickelt wurde, und ihr Hauptmerkmal ist "Prevent YouTube from playing videos when a tab is opened and not highlighted.".
Prevent YouTube from playing videos instantly-Erweiterungs-CRX-Datei herunterladen
Laden Sie Prevent YouTube from playing videos instantly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | iljjloebnngnddabmmgnahdcpmhlkfej |
Offizielle URL | https://chrome.google.com/webstore/detail/prevent-youtube-from-play/iljjloebnngnddabmmgnahdcpmhlkfej |
Beschreibung | Prevent YouTube from playing videos when a tab is opened and not highlighted. |
Dateigröße | 3.57 KB |
Installationsanzahl | 12 |
Aktuelle Version | 1.5 |
Letztes Update | 2015-11-05 |
Veröffentlichungsdatum | 2015-11-05 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | Muhamad Alfaifi |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |