you style
Reorgnize the layout of youtube
you styleとは何ですか?
you styleはzhenghuadaiによって開発されたChromeの拡張機能で、その主な機能は「Reorgnize the layout of youtube」です。
拡張機能のスクリーンショット
you style拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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\/*" ] } |