YouTube Customizer
Customize your YouTube.
YouTube Customizerとは何ですか?
YouTube CustomizerはNibitoによって開発されたChromeの拡張機能で、その主な機能は「Customize your YouTube.」です。
拡張機能のスクリーンショット
YouTube Customizer拡張機能のCRXファイルをダウンロード
YouTube Customizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Improve your video watching experience. Hide unnecessary elements on the page or within the player with this easy-to-use extension. With this extension now you can: - hide 'Share', 'Info', 'Watch more' buttons, - hide 'More videos' panel - make the title smaller, - enable full-screen mode on pages without this option. On YouTube page you can: - hide up next panel and comments, - disable autoplay. More options in the future.
拡張機能の基本情報
名前 | YouTube Customizer |
ID | jjdpifbhmmdnkmndomeokjgnilcimoaj |
公式URL | https://chromewebstore.google.com/detail/youtube-customizer/jjdpifbhmmdnkmndomeokjgnilcimoaj |
説明 | Customize your YouTube. |
ファイルサイズ | 41.9 KB |
インストール数 | 585 |
現在のバージョン | 1.4.1 |
最終更新日 | 2023-10-09 |
公開日 | 2021-06-08 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Nibito |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://nibito.com/?ref=youtube_customizer |
ヘルプページのURL | https://nibito.com |
プライバシーポリシーページのURL | https://nibito.com/privacy-policy?ref=chrome-store |
対応言語 | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Customizer", "version": "1.4.1", "description": "__MSG_extensionDescription__", "default_locale": "en", "icons": { "16": "resources\/icons\/icon_16.png", "18": "resources\/icons\/icon_18.png", "19": "resources\/icons\/icon_19.png", "32": "resources\/icons\/icon_32.png", "48": "resources\/icons\/icon_48.png", "64": "resources\/icons\/icon_64.png", "128": "resources\/icons\/icon_128.png" }, "browser_action": { "default_icon": { "16": "resources\/icons\/icon_16.png", "18": "resources\/icons\/icon_18.png", "19": "resources\/icons\/icon_19.png", "32": "resources\/icons\/icon_32.png", "48": "resources\/icons\/icon_48.png" }, "default_title": "YouTube Customizer", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "all_frames": true, "js": [ "shared.js", "inject.js" ], "css": [ "resources\/skin\/injectStyle.css" ] } ], "permissions": [ "storage" ] } |