Ultimate Video Ad Blocker
Watch Youtube™ without video ads.
What is Ultimate Video Ad Blocker?
Ultimate Video Ad Blocker is a Chrome extension developed by uadblock, and its main feature is "Watch Youtube™ without video ads.".
Extension Screenshots
Download Ultimate Video Ad Blocker Extension CRX File
Download Ultimate Video Ad Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Fast and effective video ad blocker. You won't need to wait or click skip ad anymore.
Extension Basic Information
Name | |
ID | mbjaofhpjelogcpkjgpneaojiafljhik |
Official URL | https://chrome.google.com/webstore/detail/ultimate-video-ad-blocker/mbjaofhpjelogcpkjgpneaojiafljhik |
Description | Watch Youtube™ without video ads. |
File Size | 16.42 KB |
Installation Count | 200,000 |
Current Version | 1.6.9 |
Last Updated | 2021-09-23 |
Publish Date | 2021-08-24 |
Rating | 4.41/5 Total 44 Ratings |
Developer | uadblock |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://adblockervideo.com/privacy.php |
Supported Languages | 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": [ " |