Prevent YouTube from playing videos instantly
Prevent YouTube from playing videos when a tab is opened and not highlighted.
Vad är Prevent YouTube from playing videos instantly?
Prevent YouTube from playing videos instantly är en Chrome-tillägg utvecklad av Muhamad Alfaifi, och dess huvudfunktion är "Prevent YouTube from playing videos when a tab is opened and not highlighted.".
Ladda ner Prevent YouTube from playing videos instantly-förlängningens CRX-fil
Ladda ner Prevent YouTube from playing videos instantly-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | ![]() |
ID | iljjloebnngnddabmmgnahdcpmhlkfej |
Officiell webbadress | https://chrome.google.com/webstore/detail/prevent-youtube-from-play/iljjloebnngnddabmmgnahdcpmhlkfej |
Beskrivning | Prevent YouTube from playing videos when a tab is opened and not highlighted. |
Filstorlek | 3.57 KB |
Antal Installationer | 12 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2015-11-05 |
Publiceringsdatum | 2015-11-05 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | Muhamad Alfaifi |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |