Youtube™ Adblocker
Youtube™ Adblocker™
What is Youtube™ Adblocker?
Youtube™ Adblocker is a Chrome extension developed by YTADBLOCK, and its main feature is "Youtube™ Adblocker™".
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
// FR // Youtube ™ Adblocker est gratuit et bloque les annonces pré-roll sur Youtube ™ Vous n'aurez plus besoin d'attendre la fin de la pub ! La vidéo que vous souhaitez regarder commencera directement. Plus aucune pub PENDANT la visualisation. Youtube ™ est une marque déposée de Google Inc. L'utilisation de cette marque est soumise aux autorisations Google. // EN // Youtube™ Adblocker is free and will block the Pre-Roll Ads on Youtube™ Youtube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Extension Basic Information
Name | |
ID | oggdlkkoofmffhkhlgiaampkafibiicc |
Official URL | https://chrome.google.com/webstore/detail/youtube-adblocker/oggdlkkoofmffhkhlgiaampkafibiicc |
Description | Youtube™ Adblocker™ |
File Size | 86.37 KB |
Installation Count | 439 |
Current Version | 0.0.1 |
Last Updated | 2016-12-29 |
Publish Date | 2016-12-29 |
Rating | 3.67/5 Total 3 Ratings |
Developer | YTADBLOCK |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube\u2122 Adblocker", "version": "0.0.1", "manifest_version": 2, "description": "Youtube\u2122 Adblocker\u2122", "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "page_action": { "default_title": "Youtube\u2122 Adblocker", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ] } |