CleanTube
Injects a button to YouTube which on clicking disables the ads !
Co je CleanTube?
CleanTube je rozšíření Chrome vyvinuté Aquib Khan, a jeho hlavní funkcí je „Injects a button to YouTube which on clicking disables the ads !“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CleanTube
Stáhněte si soubory rozšíření CleanTube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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™ !
Základní Informace o Rozšíření
Název | CleanTube |
ID | hdaiikckgemgnckbgnelfchlgjikgmnl |
Oficiální URL | https://chromewebstore.google.com/detail/cleantube/hdaiikckgemgnckbgnelfchlgjikgmnl |
Popis | Injects a button to YouTube which on clicking disables the ads ! |
Velikost souboru | 8.06 KB |
Počet instalací | 295 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2023-05-06 |
Datum Vydání | 2023-04-20 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | Aquib Khan |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |