Rounded Tube

A minimal customizable modern YouTube theme.

Rounded Tubeคืออะไร?

Rounded Tube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pitr.dev และคุณลักษณะหลักของมันคือ "A minimal customizable modern YouTube theme."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rounded Tube

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
    ]
}