Minimal YouTube Homepage
A minimalistic, Google like alternative to YouTube's homepage
Minimal YouTube Homepageとは何ですか?
Minimal YouTube Homepageはhcwtamによって開発されたChromeの拡張機能で、その主な機能は「A minimalistic, Google like alternative to YouTube's homepage」です。
拡張機能のスクリーンショット
Minimal YouTube Homepage拡張機能のCRXファイルをダウンロード
Minimal YouTube Homepage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps you to become a less distracted, more productive person. Have you every found yourself wanting to look something up on YouTube, seeing a bunch of interesting video suggestions shown on screen, watching 5 of them in a row, and forgetting why you go to YouTube in the first place? If so, this is the perfect extension for you. A practical and simple person like you would enjoy this minimalistic, Google like alternative to YouTube's homepage.
拡張機能の基本情報
名前 | Minimal YouTube Homepage |
ID | jkjgfpleclhnfnlnbhhodecfcpfdiblc |
公式URL | https://chromewebstore.google.com/detail/minimal-youtube-homepage/jkjgfpleclhnfnlnbhhodecfcpfdiblc |
説明 | A minimalistic, Google like alternative to YouTube's homepage |
ファイルサイズ | 10.33 KB |
インストール数 | 711 |
現在のバージョン | 0.1.2 |
最終更新日 | 2022-11-10 |
公開日 | 2022-07-15 |
評価 | 5.00/5 合計 10 レビュー |
開発者 | hcwtam |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimal YouTube Homepage", "description": "A minimalistic, Google like alternative to YouTube's homepage", "version": "0.1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting", "webNavigation", "tabs" ], "host_permissions": [ "https:\/\/www.youtube.com\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |