Center Youtube
Centers the new Youtube layout.
Qu'est-ce que Center Youtube ?
Center Youtube est une extension Chrome développée par wrasidlo, et sa fonction principale est "Centers the new Youtube layout.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Center Youtube
Téléchargez les fichiers d'extension Center Youtube 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
Centers the new Youtube layout, and sets the maximum width to 1152px to accommodate the home page, channel pages, and video pages. To do list: - Eliminate the extra whitespace Youtube puts to the left of video pages. - Allow users to set a custom page width.
Informations de Base sur l'Extension
Nom | ![]() |
ID | jepijedophiopanflknonobnmlmkmled |
URL Officiel | https://chrome.google.com/webstore/detail/center-youtube/jepijedophiopanflknonobnmlmkmled |
Description | Centers the new Youtube layout. |
Taille du Fichier | 3.13 KB |
Nombre d'Installations | 473 |
Version Actuelle | 0.9 |
Dernière Mise à Jour | 2014-01-15 |
Date de Publication | 2014-01-15 |
Évaluation | 3.56/5 Total 27 Évaluations |
Développeur | wrasidlo |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Center Youtube", "description": "Centers the new Youtube layout.", "version": "0.9", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "css": [ "style.css" ] } ] } |