CleanTube
Injects a button to YouTube which on clicking disables the ads !
Cos'è CleanTube?
CleanTube è un'estensione di Chrome sviluppata da Aquib Khan, e la sua funzione principale è "Injects a button to YouTube which on clicking disables the ads !".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CleanTube
Scarica i file di estensione CleanTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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™ ! Informazioni di Base sull'Estensione
| Nome | |
| ID | hdaiikckgemgnckbgnelfchlgjikgmnl |
| URL Ufficiale | https://chromewebstore.google.com/detail/cleantube/hdaiikckgemgnckbgnelfchlgjikgmnl |
| Descrizione | Injects a button to YouTube which on clicking disables the ads ! |
| Dimensione del File | 8.06 KB |
| Conteggio Installazioni | 295 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2023-05-06 |
| Data di Pubblicazione | 2023-04-20 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | Aquib Khan |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |