you style
Reorgnize the layout of youtube
Cos'è you style?
you style è un'estensione di Chrome sviluppata da zhenghuadai, e la sua funzione principale è "Reorgnize the layout of youtube".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione you style
Scarica i file di estensione you style 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
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.
Informazioni di Base sull'Estensione
Nome | you style |
ID | kmeggnehaninleodkobioidpmlaodamd |
URL Ufficiale | https://chromewebstore.google.com/detail/you-style/kmeggnehaninleodkobioidpmlaodamd |
Descrizione | Reorgnize the layout of youtube |
Dimensione del File | 53.87 KB |
Conteggio Installazioni | 604 |
Versione Corrente | 1.3.17 |
Ultimo Aggiornamento | 2023-11-15 |
Data di Pubblicazione | 2018-09-02 |
Valutazione | 4.04/5 Totale 23 Valutazioni |
Sviluppatore | zhenghuadai |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |