CleanTube

Injects a button to YouTube which on clicking disables the ads !

Qu'est-ce que CleanTube ?

CleanTube est une extension Chrome développée par Aquib Khan, et sa fonction principale est "Injects a button to YouTube which on clicking disables the ads !".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CleanTube

Téléchargez les fichiers d'extension CleanTube 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

                        Tired of getting interrupted by ads while watching a YouTube™ video ?
Don't worry, CleanTube is here to help you ! When you open YouTube™, you will see a 'Block Ads' button next to the mic button. Click on it and enjoy an Ad-Free experience on YouTube™ !                    

Informations de Base sur l'Extension

Nom CleanTube CleanTube
ID hdaiikckgemgnckbgnelfchlgjikgmnl
URL Officiel https://chromewebstore.google.com/detail/cleantube/hdaiikckgemgnckbgnelfchlgjikgmnl
Description Injects a button to YouTube which on clicking disables the ads !
Taille du Fichier 8.06 KB
Nombre d'Installations 295
Version Actuelle 2.0
Dernière Mise à Jour 2023-05-06
Date de Publication 2023-04-20
Évaluation 1.00/5 Total 1 Évaluations
Développeur Aquib Khan
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CleanTube",
    "version": "2.0",
    "description": "Injects a button to YouTube which on clicking disables the ads !",
    "icons": {
        "16": "ct16.png",
        "32": "ct32.png",
        "48": "ct48.png",
        "128": "ct128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "yt.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}