YouTube™ Video AdBlocker Extension
Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.
Co to jest YouTube™ Video AdBlocker Extension?
YouTube™ Video AdBlocker Extension to rozszerzenie Chrome opracowane przez The Creative Joys, a jego główną funkcją jest „Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube™ Video AdBlocker Extension
Pobierz pliki rozszerzeń YouTube™ Video AdBlocker Extension 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
* Removes YouTube™ video and text ads. * Works on all websites that contain a YouTube™ video. * Also works with YouTube™ Music.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nomigebahjadndedfgpmnkbaekgjkipi |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-video-adblocker-e/nomigebahjadndedfgpmnkbaekgjkipi |
Opis | Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites. |
Rozmiar pliku | 22.71 KB |
Liczba instalacji | 110 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-01-08 |
Data Publikacji | 2020-07-05 |
Deweloper | The Creative Joys |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube\u2122 Video AdBlocker Extension", "short_name": "Ad Blocker", "version": "1.0", "description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.", "manifest_version": 2, "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "background": { "persistent": true, "scripts": [ "adBlockerBg.js" ] }, "page_action": { "default_title": "YouTube\u2122 Video AdBlocker", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "adBlockerYt.js" ], "run_at": "document_end" } ] } |