you style
Reorgnize the layout of youtube
you style क्या है?
you style zhenghuadai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reorgnize the layout of youtube"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में you style एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |