Rounded Tube

A minimal customizable modern YouTube theme.

Cos'è Rounded Tube?

Rounded Tube è un'estensione di Chrome sviluppata da https://pitr.dev, e la sua funzione principale è "A minimal customizable modern YouTube theme.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Rounded Tube

Scarica i file di estensione Rounded Tube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Rounded Tube Rounded Tube
ID edeocnllmaooibmigmielinnjiihifkn
URL Ufficiale https://chromewebstore.google.com/detail/rounded-tube/edeocnllmaooibmigmielinnjiihifkn
Descrizione A minimal customizable modern YouTube theme.
Dimensione del File 175 KB
Conteggio Installazioni 4,248
Versione Corrente 1.9.4
Ultimo Aggiornamento 2022-11-05
Data di Pubblicazione 2020-05-01
Valutazione 4.40/5 Totale 35 Valutazioni
Sviluppatore https://pitr.dev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}