Rounded Tube

A minimal customizable modern YouTube theme.

Qu'est-ce que Rounded Tube ?

Rounded Tube est une extension Chrome développée par https://pitr.dev, et sa fonction principale est "A minimal customizable modern YouTube theme.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Rounded Tube

Téléchargez les fichiers d'extension Rounded Tube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Rounded Tube Rounded Tube
ID edeocnllmaooibmigmielinnjiihifkn
URL Officiel https://chromewebstore.google.com/detail/rounded-tube/edeocnllmaooibmigmielinnjiihifkn
Description A minimal customizable modern YouTube theme.
Taille du Fichier 175 KB
Nombre d'Installations 4,248
Version Actuelle 1.9.4
Dernière Mise à Jour 2022-11-05
Date de Publication 2020-05-01
Évaluation 4.40/5 Total 35 Évaluations
Développeur https://pitr.dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}