Youtube adblocker
watch ads free videos on youtube
What is Youtube adblocker?
Youtube adblocker is a Chrome extension developed by youtbadblocker, and its main feature is "watch ads free videos on youtube".
Extension Screenshots
Download Youtube adblocker Extension CRX File
Download Youtube adblocker 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
Youtube adblocker is a Chrome extension designed to enhance your browsing experience by blocking intrusive ads on youtube and annoying pop-ups. With its user-friendly interface, it offers efficient ad and popup blocking, allowing you to enjoy a cleaner, faster, and more secure online environment. Say goodbye to distractions, protect your privacy, and browse the web with ease. Install Youtube adblocker today and take control of your online experience.
Extension Basic Information
Name | Youtube adblocker |
ID | nihjoknbdeopkanoegafjcbbeaidemke |
Official URL | https://chromewebstore.google.com/detail/youtube-adblocker/nihjoknbdeopkanoegafjcbbeaidemke |
Description | watch ads free videos on youtube |
File Size | 136 KB |
Installation Count | 440 |
Current Version | 1.2.0 |
Last Updated | 2024-01-15 |
Publish Date | 2023-09-24 |
Rating | 5.00/5 Total 23 Ratings |
Developer | youtbadblocker |
[email protected] | |
Payment Type | free |
Extension Website | https://www.youtubeadblocker.net/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube adblocker", "description": "watch ads free videos on youtube", "version": "1.2.0", "manifest_version": 3, "icons": { "16": "YoutubeAdBlocker16x16.png", "48": "YoutubeAdBlocker48x48.png", "128": "YoutubeAdBlocker128x128.png" }, "action": { "default_popup": "popup.html", "default_title": "YoutubeAdBlocker", "default_icon": "YoutubeAdBlocker16x16.png" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "storage", "declarativeNetRequest" ], "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "contentScript.js" ] } ] } |