CommentBlock
Block spam/scam YouTube comments
What is CommentBlock?
CommentBlock is a Chrome extension developed by Xenova, and its main feature is "Block spam/scam YouTube comments".
Extension Screenshots
Download CommentBlock Extension CRX File
Download CommentBlock 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
CommentBlock is an open-source browser extension that automatically blocks spam/scam YouTube comments.
Extension Basic Information
Name | CommentBlock |
ID | pnhkbjdbaioddkchelkolhbhcmlibjfb |
Official URL | https://chromewebstore.google.com/detail/commentblock/pnhkbjdbaioddkchelkolhbhcmlibjfb |
Description | Block spam/scam YouTube comments |
File Size | 400 KB |
Installation Count | 26 |
Current Version | 0.0.3 |
Last Updated | 2023-02-28 |
Publish Date | 2023-02-13 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Xenova |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/xenova/commentblock |
Help Page URL | https://github.com/xenova/commentblock |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CommentBlock", "description": "Block spam\/scam YouTube comments", "version": "0.0.3", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "content_scripts": [ { "css": [ "styles\/style.css" ], "js": [ "scripts\/defaults.js", "scripts\/utils.js", "scripts\/storage.js", "scripts\/labels.js", "scripts\/preprocess.js", "scripts\/emojis.js", "scripts\/detection.js", "scripts\/content.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "action": { "default_icon": { "16": "icons\/icon.png", "24": "icons\/icon.png", "32": "icons\/icon.png", "128": "icons\/icon-128x128.png" }, "default_title": "CommentBlock", "default_popup": "popup\/popup.html" }, "icons": { "16": "icons\/icon.png", "32": "icons\/icon.png", "64": "icons\/icon.png", "128": "icons\/icon-128x128.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |