CommentBlock
Block spam/scam YouTube comments
Was ist CommentBlock?
CommentBlock ist eine Chrome-Erweiterung, die von Xenova entwickelt wurde, und ihr Hauptmerkmal ist "Block spam/scam YouTube comments".
Erweiterungsscreenshots
CommentBlock-Erweiterungs-CRX-Datei herunterladen
Laden Sie CommentBlock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
CommentBlock is an open-source browser extension that automatically blocks spam/scam YouTube comments.
Grundlegende Informationen zur Erweiterung
Name | CommentBlock |
ID | pnhkbjdbaioddkchelkolhbhcmlibjfb |
Offizielle URL | https://chromewebstore.google.com/detail/commentblock/pnhkbjdbaioddkchelkolhbhcmlibjfb |
Beschreibung | Block spam/scam YouTube comments |
Dateigröße | 400 KB |
Installationsanzahl | 26 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2023-02-28 |
Veröffentlichungsdatum | 2023-02-13 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Xenova |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/xenova/commentblock |
Hilfeseite URL | https://github.com/xenova/commentblock |
Unterstützte Sprachen | 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]" } } } |