BlockTube Edited Version
YouTube™ content blocker for all subwindows in youtube
What is BlockTube Edited Version?
BlockTube Edited Version is a Chrome extension developed by mostafa hamed, and its main feature is "YouTube™ content blocker for all subwindows in youtube".
Extension Screenshots
Download BlockTube Edited Version Extension CRX File
Download BlockTube Edited Version 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
this is an extension which blocks specific suggestions on youtube
Extension Basic Information
Name | BlockTube Edited Version |
ID | okceamnknholjgkbglnpboollninonho |
Official URL | https://chromewebstore.google.com/detail/blocktube-edited-version/okceamnknholjgkbglnpboollninonho |
Description | YouTube™ content blocker for all subwindows in youtube |
File Size | 40.62 KB |
Installation Count | 123 |
Current Version | 1 |
Last Updated | 2020-08-17 |
Publish Date | 2020-08-17 |
Rating | 2.00/5 Total 1 Ratings |
Developer | mostafa hamed |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/MostafaHamedAbdelmasoud/blocktube |
Help Page URL | https://github.com/MostafaHamedAbdelmasoud/blocktube |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BlockTube Edited Version", "version": "1", "description": "YouTube\u2122 content blocker for all subwindows in youtube", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "src\/scripts\/content_script.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "src\/scripts\/inject.js" ], "browser_action": { "default_title": "BlockTube Options", "default_icon": { "16": "assets\/icons\/16.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" } }, "options_ui": { "page": "src\/ui\/options.html", "open_in_tab": true }, "permissions": [ "storage" ], "background": { "scripts": [ "src\/scripts\/background.js" ] }, "icons": { "16": "assets\/icons\/16.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "homepage_url": "https:\/\/github.com\/MostafaHamedAbdelmasoud\/blocktube" } |