CommentBlock

Block spam/scam YouTube comments

Wat is CommentBlock?

CommentBlock is een Chrome-extensie ontwikkeld door Xenova, en de belangrijkste functie is "Block spam/scam YouTube comments".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie CommentBlock

Download CommentBlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        CommentBlock is an open-source browser extension that automatically blocks spam/scam YouTube comments.                    

Basisinformatie over de Extensie

Naam CommentBlock CommentBlock
ID pnhkbjdbaioddkchelkolhbhcmlibjfb
Officiële URL https://chromewebstore.google.com/detail/commentblock/pnhkbjdbaioddkchelkolhbhcmlibjfb
Beschrijving Block spam/scam YouTube comments
Bestandsgrootte 400 KB
Aantal Installaties 26
Huidige Versie 0.0.3
Laatst Bijgewerkt 2023-02-28
Publicatiedatum 2023-02-13
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Xenova
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/xenova/commentblock
Help Pagina-URL https://github.com/xenova/commentblock
Ondersteunde Talen 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]"
        }
    }
}