YouBlock - Youtube Video Ads Blocker
Skips instantly video ads and banners on YouTube
What is YouBlock - Youtube Video Ads Blocker?
YouBlock - Youtube Video Ads Blocker is a Chrome extension developed by igor.efron, and its main feature is "Skips instantly video ads and banners on YouTube".
Extension Screenshots
Download YouBlock - Youtube Video Ads Blocker Extension CRX File
Download YouBlock - Youtube Video Ads 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
Block video ads and pop-ups on YouTube. YouBlock is the best video blocker you get!
Extension Basic Information
Name | YouBlock - Youtube Video Ads Blocker |
ID | khgjkaenamcnocmlkkdkphjopbdgddjj |
Official URL | https://chromewebstore.google.com/detail/youblock-youtube-video-ad/khgjkaenamcnocmlkkdkphjopbdgddjj |
Description | Skips instantly video ads and banners on YouTube |
File Size | 47.62 KB |
Installation Count | 5,120 |
Current Version | 1.3.1 |
Last Updated | 2023-02-19 |
Publish Date | 2021-03-21 |
Rating | 4.22/5 Total 9 Ratings |
Developer | igor.efron |
[email protected] | |
Payment Type | free |
Extension Website | http://efron.ai |
Supported Languages | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.3.1", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "default_locale": "en", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ] } ], "permissions": [], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |