Minimal YouTube
An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.
Minimal YouTubeとは何ですか?
Minimal YouTubeはEphraim Atta-Duncanによって開発されたChromeの拡張機能で、その主な機能は「An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.」です。
拡張機能のスクリーンショット
Minimal YouTube拡張機能のCRXファイルをダウンロード
Minimal YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Dopamine Free Youtube at your service 拡張機能の基本情報
| 名前 | |
| ID | imnffafnaoooaedkhappfhomnnpigogk |
| 公式URL | https://chromewebstore.google.com/detail/minimal-youtube/imnffafnaoooaedkhappfhomnnpigogk |
| 説明 | An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions. |
| ファイルサイズ | 216 KB |
| インストール数 | 4,330 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2022-10-20 |
| 公開日 | 2022-09-26 |
| 評価 | 4.76/5 合計 42 レビュー |
| 開発者 | Ephraim Atta-Duncan |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/dephraiim/minimal-youtube |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Minimal YouTube",
"version": "1.0.0",
"description": "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.",
"author": "Ephraim Atta-Duncan",
"icons": {
"16": "assets\/16x16.png",
"48": "assets\/48x48.png",
"128": "assets\/128x128.png"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js"
],
"matches": [
"https:\/\/*.youtube.com\/*"
]
}
]
} | |