YouBlock
YouBlock removes all ads: pre-roll video ads, text & banner ads. Save time by stopping those useless advertisements.
What is YouBlock?
YouBlock is a Chrome extension developed by http://youblock.ru, and its main feature is "YouBlock removes all ads: pre-roll video ads, text & banner ads. Save time by stopping those useless advertisements.".
Extension Screenshots
Download YouBlock Extension CRX File
Download YouBlock 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
YouBlock удаляет все рекламные объявления на Youtube. Рекламные видеоролики перед показом, текстовые и баннерные объявления
Extension Basic Information
Name | |
ID | lfbgnpademcnmnkmgdeeijlgbbikjfpk |
Official URL | https://chrome.google.com/webstore/detail/youblock/lfbgnpademcnmnkmgdeeijlgbbikjfpk |
Description | YouBlock removes all ads: pre-roll video ads, text & banner ads. Save time by stopping those useless advertisements. |
File Size | 236 KB |
Installation Count | 2,000 |
Current Version | 1.0 |
Last Updated | 2018-01-07 |
Publish Date | 2018-01-07 |
Rating | 3.00/5 Total 2 Ratings |
Developer | http://youblock.ru |
Payment Type | free |
Extension Website | http://youblock.ru/ |
Supported Languages | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": "imgs\/icon.png", "default_popup": "options.html", "default_title": "YouBlock" }, "content_scripts": [ { "js": [ "scripts\/yte.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_end" }, { "js": [ "scripts\/fas.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" }, { "js": [ "scripts\/jquery.min.js", "scripts\/fae.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_end" }, { "js": [ "scripts\/yt.js" ], "matches": [ "*:\/\/www.youtube.com\/video_getads\/" ], "run_at": "document_end" }, { "all_frames": true, "js": [ "scripts\/yts.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/ 'unsafe-eval' ; object-src 'self'", "default_locale": "en_US", "description": "__MSG_description__", "homepage_url": "https:\/\/youblock.ru\/", "icons": { "64": "imgs\/icon.png" }, "manifest_version": 2, "name": "YouBlock", "permissions": [ "tabs", "webRequest", "*:\/\/*\/*", "contextMenus", "webNavigation", "webRequestBlocking", "storage" ], "short_name": "YB", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |