YouTube Incognito Theatre mode
Always disable autoplay and use theatre mode, even when browsing incognito.
Qu'est-ce que YouTube Incognito Theatre mode ?
YouTube Incognito Theatre mode est une extension Chrome développée par Thijs van Dijk, et sa fonction principale est "Always disable autoplay and use theatre mode, even when browsing incognito.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Incognito Theatre mode
Téléchargez les fichiers d'extension YouTube Incognito Theatre mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pfjninejdjnhelphklgogniambpihlln |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-incognito-theatre/pfjninejdjnhelphklgogniambpihlln |
Description | Always disable autoplay and use theatre mode, even when browsing incognito. |
Taille du Fichier | 13.27 KB |
Nombre d'Installations | 174 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2018-04-25 |
Date de Publication | 2018-04-25 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | Thijs van Dijk |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/thijzert/youtube-incognito-theatre-plugin |
URL de la Page de Politique de Confidentialité | https://github.com/thijzert/youtube-incognito-theatre-plugin/blob/master/PRIVACY.md |
Langues Prises en Charge | 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" ] } |