CleanTube
Injects a button to YouTube which on clicking disables the ads !
Wat is CleanTube?
CleanTube is een Chrome-extensie ontwikkeld door Aquib Khan, en de belangrijkste functie is "Injects a button to YouTube which on clicking disables the ads !".
Extensie Screenshots
Download het CRX-bestand van de extensie CleanTube
Download CleanTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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™ !                     Basisinformatie over de Extensie
| Naam |   |  
| ID | hdaiikckgemgnckbgnelfchlgjikgmnl | 
| Officiële URL | https://chromewebstore.google.com/detail/cleantube/hdaiikckgemgnckbgnelfchlgjikgmnl | 
| Beschrijving | Injects a button to YouTube which on clicking disables the ads ! | 
| Bestandsgrootte | 8.06 KB | 
| Aantal Installaties | 295 | 
| Huidige Versie | 2.0 | 
| Laatst Bijgewerkt | 2023-05-06 | 
| Publicatiedatum | 2023-04-20 | 
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | Aquib Khan | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
}  |  |