CommentBlock
Block spam/scam YouTube comments
Hvad er CommentBlock?
CommentBlock er en Chrome-udvidelse udviklet af Xenova, og dens hovedfunktion er "Block spam/scam YouTube comments".
Udvidelsesskærmbilleder
Download CommentBlock-udvidelses-CRX-fil
Download CommentBlock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
CommentBlock is an open-source browser extension that automatically blocks spam/scam YouTube comments.
Grundlæggende oplysninger om udvidelsen
Navn | CommentBlock |
ID | pnhkbjdbaioddkchelkolhbhcmlibjfb |
Officiel URL | https://chromewebstore.google.com/detail/commentblock/pnhkbjdbaioddkchelkolhbhcmlibjfb |
Beskrivelse | Block spam/scam YouTube comments |
Filstørrelse | 400 KB |
Antal Installationer | 26 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2023-02-28 |
Udgivelsesdato | 2023-02-13 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | Xenova |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/xenova/commentblock |
Hjælpeside-URL | https://github.com/xenova/commentblock |
Understøttede Sprog | 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]" } } } |