Ad Blocker for YouTube
Watch YouTube without any ads!
Co to jest Ad Blocker for YouTube?
Ad Blocker for YouTube to rozszerzenie Chrome opracowane przez Peter Pi, a jego główną funkcją jest „Watch YouTube without any ads!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ad Blocker for YouTube
Pobierz pliki rozszerzeń Ad Blocker for YouTube 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
IMPORTANT: - The pop-up bubble on the top right corner will not work in tabs that were open prior to installation. After installing this extension, either reload your open tabs or restart Chrome. With this extension, you can: - Skip ads prior to the actual video content - Blocks any pop-up ads during the video within the frame
Podstawowe informacje o rozszerzeniu
Nazwa | Ad Blocker for YouTube |
ID | gmcmlgfecmkefmkgbbnggmamclbmikbi |
Oficjalny URL | https://chromewebstore.google.com/detail/ad-blocker-for-youtube/gmcmlgfecmkefmkgbbnggmamclbmikbi |
Opis | Watch YouTube without any ads! |
Rozmiar pliku | 23.32 KB |
Liczba instalacji | 23,302 |
Aktualna Wersja | 1.0.6 |
Ostatnia Aktualizacja | 2020-01-30 |
Data Publikacji | 2020-01-25 |
Ocena | 4.27/5 Łącznie 45 Oceny |
Deweloper | Peter Pi |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ad Blocker for YouTube", "version": "1.0.6", "description": "Watch YouTube without any ads!", "author": "Peter Pi", "icons": { "128": "icon_128.png" }, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |