you style
Reorgnize the layout of youtube
Τι είναι το you style;
Το you style είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zhenghuadai, και η κύρια λειτουργία του είναι "Reorgnize the layout of youtube".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης you style
Λήψη αρχείων επέκτασης you style σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | you style |
ID | kmeggnehaninleodkobioidpmlaodamd |
Επίσημο URL | https://chromewebstore.google.com/detail/you-style/kmeggnehaninleodkobioidpmlaodamd |
Περιγραφή | Reorgnize the layout of youtube |
Μέγεθος Αρχείου | 53.87 KB |
Αριθμός Εγκαταστάσεων | 604 |
Τρέχουσα Έκδοση | 1.3.17 |
Τελευταία Ενημέρωση | 2023-11-15 |
Ημερομηνία Δημοσίευσης | 2018-09-02 |
Αξιολόγηση | 4.04/5 Συνολικά 23 Αξιολογήσεις |
Προγραμματιστής | zhenghuadai |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } |