Ultimate Video Ad Blocker
Watch Youtube™ without video ads.
Wat is Ultimate Video Ad Blocker?
Ultimate Video Ad Blocker is een Chrome-extensie ontwikkeld door uadblock, en de belangrijkste functie is "Watch Youtube™ without video ads.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ultimate Video Ad Blocker
Download Ultimate Video Ad Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Fast and effective video ad blocker. You won't need to wait or click skip ad anymore.
Basisinformatie over de Extensie
Naam | |
ID | mbjaofhpjelogcpkjgpneaojiafljhik |
Officiële URL | https://chrome.google.com/webstore/detail/ultimate-video-ad-blocker/mbjaofhpjelogcpkjgpneaojiafljhik |
Beschrijving | Watch Youtube™ without video ads. |
Bestandsgrootte | 16.42 KB |
Aantal Installaties | 200,000 |
Huidige Versie | 1.6.9 |
Laatst Bijgewerkt | 2021-09-23 |
Publicatiedatum | 2021-08-24 |
Beoordeling | 4.41/5 Totaal 44 Beoordelingen |
Ontwikkelaar | uadblock |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://adblockervideo.com/privacy.php |
Ondersteunde Talen | de,en,fr,nl,es,it,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "1.6.9", "default_locale": "en", "description": "__MSG_appDesc__", "background": { "service_worker": "main.js" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "match_about_blank": true, "run_at": "document_start" } ], "permissions": [ "declarativeNetRequest", "declarativeNetRequestFeedback", "storage", "unlimitedStorage", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "script.js" ], "matches": [ " |