Rounded Tube
A minimal customizable modern YouTube theme.
Rounded Tubeとは何ですか?
Rounded Tubeはhttps://pitr.devによって開発されたChromeの拡張機能で、その主な機能は「A minimal customizable modern YouTube theme.」です。
拡張機能のスクリーンショット
Rounded Tube拡張機能のCRXファイルをダウンロード
Rounded Tube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A minimal customizable modern and YouTube theme.
Achieve a clean and slightly rounded unique look.
For help and feedback, you can either reach me here or at [email protected] 拡張機能の基本情報
| 名前 | |
| ID | edeocnllmaooibmigmielinnjiihifkn |
| 公式URL | https://chromewebstore.google.com/detail/rounded-tube/edeocnllmaooibmigmielinnjiihifkn |
| 説明 | A minimal customizable modern YouTube theme. |
| ファイルサイズ | 175 KB |
| インストール数 | 4,248 |
| 現在のバージョン | 1.9.4 |
| 最終更新日 | 2022-11-05 |
| 公開日 | 2020-05-01 |
| 評価 | 4.40/5 合計 35 レビュー |
| 開発者 | https://pitr.dev |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Rounded Tube",
"description": "A minimal customizable modern YouTube theme.",
"version": "1.9.4",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon.png",
"default_popup": "src\/popup.html"
},
"content_scripts": [
{
"css": [
"src\/youtube-style.css"
],
"js": [
"src\/payload.js"
],
"matches": [
"https:\/\/*.youtube.com\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/favicon.ico"
],
"matches": [
"https:\/\/*.youtube.com\/*"
],
"extension_ids": []
}
],
"background": {
"service_worker": "src\/background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*.youtube.com\/*"
]
} | |