CleanTube
Injects a button to YouTube which on clicking disables the ads !
Hvad er CleanTube?
CleanTube er en Chrome-udvidelse udviklet af Aquib Khan, og dens hovedfunktion er "Injects a button to YouTube which on clicking disables the ads !".
Udvidelsesskærmbilleder
Download CleanTube-udvidelses-CRX-fil
Download CleanTube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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™ !                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | hdaiikckgemgnckbgnelfchlgjikgmnl | 
| Officiel URL | https://chromewebstore.google.com/detail/cleantube/hdaiikckgemgnckbgnelfchlgjikgmnl | 
| Beskrivelse | Injects a button to YouTube which on clicking disables the ads ! | 
| Filstørrelse | 8.06 KB | 
| Antal Installationer | 295 | 
| Nuværende Version | 2.0 | 
| Senest Opdateret | 2023-05-06 | 
| Udgivelsesdato | 2023-04-20 | 
| Bedømmelse | 1.00/5 Samlet 1 Bedømmelser | 
| Udvikler | Aquib Khan | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | 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"
            ]
        }
    ]
}  |  |