White Youtube Theater
Simply turns the ugly black theater background on youtube videos into a white one.
Qu'est-ce que White Youtube Theater ?
White Youtube Theater est une extension Chrome développée par Matty, et sa fonction principale est "Simply turns the ugly black theater background on youtube videos into a white one.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension White Youtube Theater
Téléchargez les fichiers d'extension White Youtube Theater 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
Replaces the ugly black strips beside YouTube videos when in Theater mode with nice white ones.
Informations de Base sur l'Extension
Nom | |
ID | jhiplojahdcbafccnhpgloocikmommgi |
URL Officiel | https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi |
Description | Simply turns the ugly black theater background on youtube videos into a white one. |
Taille du Fichier | 11.65 KB |
Nombre d'Installations | 29 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2017-08-12 |
Date de Publication | 2017-08-11 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Matty |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "White Youtube Theater", "version": "0.0.2", "description": "Simply turns the ugly black theater background on youtube videos into a white one.", "icons": { "64": "icon64.png" }, "author": "Matty", "browser_action": { "default_icon": "icon64.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*", "http:\/\/www.youtube.com\/watch*" ], "js": [ "script.js" ] } ] } |