Rounded Tube

A minimal customizable modern YouTube theme.

Co je Rounded Tube?

Rounded Tube je rozšíření Chrome vyvinuté https://pitr.dev, a jeho hlavní funkcí je „A minimal customizable modern YouTube theme.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Rounded Tube

Stáhněte si soubory rozšíření Rounded Tube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Rounded Tube Rounded Tube
ID edeocnllmaooibmigmielinnjiihifkn
Oficiální URL https://chromewebstore.google.com/detail/rounded-tube/edeocnllmaooibmigmielinnjiihifkn
Popis A minimal customizable modern YouTube theme.
Velikost souboru 175 KB
Počet instalací 4,248
Aktuální Verze 1.9.4
Poslední Aktualizace 2022-11-05
Datum Vydání 2020-05-01
Hodnocení 4.40/5 Celkem 35 Hodnocení
Vývojář https://pitr.dev
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}