CleanTube
Injects a button to YouTube which on clicking disables the ads !
Co to jest CleanTube?
CleanTube to rozszerzenie Chrome opracowane przez Aquib Khan, a jego główną funkcją jest „Injects a button to YouTube which on clicking disables the ads !”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CleanTube
Pobierz pliki rozszerzeń CleanTube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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™ ! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hdaiikckgemgnckbgnelfchlgjikgmnl |
| Oficjalny URL | https://chromewebstore.google.com/detail/cleantube/hdaiikckgemgnckbgnelfchlgjikgmnl |
| Opis | Injects a button to YouTube which on clicking disables the ads ! |
| Rozmiar pliku | 8.06 KB |
| Liczba instalacji | 295 |
| Aktualna Wersja | 2.0 |
| Ostatnia Aktualizacja | 2023-05-06 |
| Data Publikacji | 2023-04-20 |
| Ocena | 1.00/5 Łącznie 1 Oceny |
| Deweloper | Aquib Khan |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |