you style
Reorgnize the layout of youtube
Qu'est-ce que you style ?
you style est une extension Chrome développée par zhenghuadai, et sa fonction principale est "Reorgnize the layout of youtube".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension you style
Téléchargez les fichiers d'extension you style 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
The ui modual of youtube is reorganized. * For the Style Tight, the Comments, the Related and the List are tabulated into right sidebar. So you can watch video while watching the comments,related video or list. * Automatically click the "Skip" button when it appears for advertisements. * Add Loop button near the play button.
Informations de Base sur l'Extension
Nom | you style |
ID | kmeggnehaninleodkobioidpmlaodamd |
URL Officiel | https://chromewebstore.google.com/detail/you-style/kmeggnehaninleodkobioidpmlaodamd |
Description | Reorgnize the layout of youtube |
Taille du Fichier | 53.87 KB |
Nombre d'Installations | 604 |
Version Actuelle | 1.3.17 |
Dernière Mise à Jour | 2023-11-15 |
Date de Publication | 2018-09-02 |
Évaluation | 4.04/5 Total 23 Évaluations |
Développeur | zhenghuadai |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "you style", "short_name": "youstyle", "version": "1.3.17", "default_locale": "en", "description": "Reorgnize the layout of youtube", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';" }, "icons": { "16": "images\/youtubeStyle16.png", "48": "images\/youtubeStyle48.png", "128": "images\/youtubeStyle128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "jquery-3.3.1.min.js", "chrome.min.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "youtubestyle.css" ], "run_at": "document_idle" } ], "action": { "default_icon": { "19": "images\/youtubeStyle19.png", "38": "images\/youtubeStyle38.png" }, "default_title": "you style", "default_popup": "menu.html" }, "host_permissions": [ "https:\/\/*.youtube.com\/*" ] } |