Prevent YouTube from playing videos instantly
Prevent YouTube from playing videos when a tab is opened and not highlighted.
Co to jest Prevent YouTube from playing videos instantly?
Prevent YouTube from playing videos instantly to rozszerzenie Chrome opracowane przez Muhamad Alfaifi, a jego główną funkcją jest „Prevent YouTube from playing videos when a tab is opened and not highlighted.”.
Pobierz plik CRX rozszerzenia Prevent YouTube from playing videos instantly
Pobierz pliki rozszerzeń Prevent YouTube from playing videos instantly w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | iljjloebnngnddabmmgnahdcpmhlkfej |
Oficjalny URL | https://chrome.google.com/webstore/detail/prevent-youtube-from-play/iljjloebnngnddabmmgnahdcpmhlkfej |
Opis | Prevent YouTube from playing videos when a tab is opened and not highlighted. |
Rozmiar pliku | 3.57 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2015-11-05 |
Data Publikacji | 2015-11-05 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | Muhamad Alfaifi |
Typ Płatności | free |
Obsługiwane Języki | 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\/" ] } |