YouPause
Automatically pauses Youtube videos when they're in a background tab.
Cos'è YouPause?
YouPause è un'estensione di Chrome sviluppata da cI_-__-_Io, e la sua funzione principale è "Automatically pauses Youtube videos when they're in a background tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouPause
Scarica i file di estensione YouPause in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
YouPause is a Google Chrome extension that automatically pauses YouTube videos when they're in a background tab. That way, only the current (focused) Youtube video is playing. If you open a new YouTube tab in the background it will start downloading silently.
Informazioni di Base sull'Estensione
Nome | |
ID | dnelpbglhemmgopmfbhkcedddfnfeani |
URL Ufficiale | https://chrome.google.com/webstore/detail/youpause/dnelpbglhemmgopmfbhkcedddfnfeani |
Descrizione | Automatically pauses Youtube videos when they're in a background tab. |
Dimensione del File | 70.32 KB |
Conteggio Installazioni | 121 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2014-01-11 |
Data di Pubblicazione | 2014-01-11 |
Valutazione | 4.45/5 Totale 11 Valutazioni |
Sviluppatore | cI_-__-_Io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://cod3.net/reddit/YouPause/ |
URL della Pagina di Aiuto | http://redd.it/1t93v7 |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouPause", "version": "1.2.0", "description": "Automatically pauses Youtube videos when they're in a background tab.", "page_action": { "default_icon": { "19": "img\/icon-19.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "default_title": "YouPause" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*.youtube.com\/", "https:\/\/*.youtube.com\/" ], "icons": { "19": "img\/icon-19.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "manifest_version": 2 } |