Rounded Tube

A minimal customizable modern YouTube theme.

什麼是Rounded Tube?

Rounded Tube是由https://pitr.dev開發的Chrome擴展程式,該擴展的主要功能是“A minimal customizable modern YouTube theme.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載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]                    

擴展基本資訊

名稱 Rounded Tube Rounded Tube
ID edeocnllmaooibmigmielinnjiihifkn
官方網址 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\/*"
    ]
}