Rounded Tube

A minimal customizable modern YouTube theme.

O que é Rounded Tube?

Rounded Tube é uma extensão do Chrome desenvolvida por https://pitr.dev, e sua principal característica é "A minimal customizable modern YouTube theme.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Rounded Tube

Baixe arquivos de extensão Rounded Tube no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Rounded Tube Rounded Tube
ID edeocnllmaooibmigmielinnjiihifkn
URL Oficial https://chromewebstore.google.com/detail/rounded-tube/edeocnllmaooibmigmielinnjiihifkn
Descrição A minimal customizable modern YouTube theme.
Tamanho do Arquivo 175 KB
Contagem de Instalações 4,248
Versão Atual 1.9.4
Última Atualização 2022-11-05
Data de Publicação 2020-05-01
Classificação 4.40/5 Total de 35 Avaliações
Desenvolvedor https://pitr.dev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}