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 |
| 电子邮箱 | [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\/*"
]
} | |