Minimal Youtube theme
Make youtube boring and calm
Minimal Youtube themeとは何ですか?
Minimal Youtube themeはRafiによって開発されたChromeの拡張機能で、その主な機能は「Make youtube boring and calm」です。
拡張機能のスクリーンショット
Minimal Youtube theme拡張機能のCRXファイルをダウンロード
Minimal Youtube theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It hides some elements in the youtube to make it less distracting and more enjoyable. 拡張機能の基本情報
| 名前 | |
| ID | ccplmbjcmgejfkggenhjagijijklnacm |
| 公式URL | https://chromewebstore.google.com/detail/minimal-youtube-theme/ccplmbjcmgejfkggenhjagijijklnacm |
| 説明 | Make youtube boring and calm |
| ファイルサイズ | 26.36 KB |
| インストール数 | 175 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2022-09-07 |
| 公開日 | 2022-08-28 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | Rafi |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Rafi993/minimal-youtube-theme |
| ヘルプページのURL | https://github.com/Rafi993/minimal-youtube-theme/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Minimal Youtube theme",
"description": "Make youtube boring and calm",
"version": "0.0.3",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_end",
"css": [
"main.10a003bc.css"
],
"js": [
"main.da0dd1a7.js"
]
}
],
"action": {
"default_title": "Options",
"default_popup": "options.818d1ab0.html"
},
"icons": {
"16": "icon16.cf8ed879.png",
"32": "icon32.1f1b0c61.png",
"48": "icon48.6b8809b5.png",
"128": "icon128.12662906.png"
}
} | |