youtube_ad_remover
No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads…
Co to jest youtube_ad_remover?
youtube_ad_remover to rozszerzenie Chrome opracowane przez nickelstarvo, a jego główną funkcją jest „No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia youtube_ad_remover
Pobierz pliki rozszerzeń youtube_ad_remover 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
No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads on Youtube ™. This allows to prevent page elements such as advertisements from being displayed to you. Commercial clips and commercials that you usually see before the actual Youtube videos are blocked by our extension. Peculiarities: + blocks ads and pop-ups + ad blocking on external sites that download Youtube + prevent ads from loading on Youtube
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dahgebjcdkhedpjdkkhdleobnnbnkclk |
Oficjalny URL | https://chromewebstore.google.com/detail/youtubeadremover/dahgebjcdkhedpjdkkhdleobnnbnkclk |
Opis | No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads… |
Rozmiar pliku | 28.02 KB |
Liczba instalacji | 285 |
Aktualna Wersja | 3.2.0 |
Ostatnia Aktualizacja | 2022-03-24 |
Data Publikacji | 2022-03-24 |
Deweloper | nickelstarvo |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "youtube_ad_remover", "version": "3.2.0", "manifest_version": 3, "background": { "service_worker": "bg.js" }, "permissions": [ "declarativeNetRequest", "alarms" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ], "run_at": "document_start" } ] } |