YouTube Incognito Theatre mode
Always disable autoplay and use theatre mode, even when browsing incognito.
Cos'è YouTube Incognito Theatre mode?
YouTube Incognito Theatre mode è un'estensione di Chrome sviluppata da Thijs van Dijk, e la sua funzione principale è "Always disable autoplay and use theatre mode, even when browsing incognito.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Incognito Theatre mode
Scarica i file di estensione YouTube Incognito Theatre mode 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
Incognito mode is great when you want to browse with a clean slate. However, this also means that all websites you visit will have forgotten your preferences. This extension simply resets YouTube to widescreen (or "Theatre" or "Cinema") mode, and unticks autoplay. It also disables autoplay in Vimeo. NOTE: in order to work in Incognito mode, remember to check "Allow in incognito" in the extensions tab.
Informazioni di Base sull'Estensione
Nome | |
ID | pfjninejdjnhelphklgogniambpihlln |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-incognito-theatre/pfjninejdjnhelphklgogniambpihlln |
Descrizione | Always disable autoplay and use theatre mode, even when browsing incognito. |
Dimensione del File | 13.27 KB |
Conteggio Installazioni | 174 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2018-04-25 |
Data di Pubblicazione | 2018-04-25 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | Thijs van Dijk |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/thijzert/youtube-incognito-theatre-plugin |
URL della Pagina della Politica sulla Privacy | https://github.com/thijzert/youtube-incognito-theatre-plugin/blob/master/PRIVACY.md |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Incognito Theatre mode", "version": "1.2.1", "description": "Always disable autoplay and use theatre mode, even when browsing incognito.", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "minimum_chrome_version": "12.0.707.0", "incognito": "split", "permissions": [ "https:\/\/www.youtube.com\/", "https:\/\/vimeo.com\/", "cookies" ] } |