Prevent YouTube from playing videos instantly
Prevent YouTube from playing videos when a tab is opened and not highlighted.
Hvad er Prevent YouTube from playing videos instantly?
Prevent YouTube from playing videos instantly er en Chrome-udvidelse udviklet af Muhamad Alfaifi, og dens hovedfunktion er "Prevent YouTube from playing videos when a tab is opened and not highlighted.".
Download Prevent YouTube from playing videos instantly-udvidelses-CRX-fil
Download Prevent YouTube from playing videos instantly-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | ![]() |
ID | iljjloebnngnddabmmgnahdcpmhlkfej |
Officiel URL | https://chrome.google.com/webstore/detail/prevent-youtube-from-play/iljjloebnngnddabmmgnahdcpmhlkfej |
Beskrivelse | Prevent YouTube from playing videos when a tab is opened and not highlighted. |
Filstørrelse | 3.57 KB |
Antal Installationer | 12 |
Nuværende Version | 1.5 |
Senest Opdateret | 2015-11-05 |
Udgivelsesdato | 2015-11-05 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | Muhamad Alfaifi |
Betalingsmetode | free |
Understøttede Sprog | 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\/" ] } |