ScamBlock

Verifies Youtube comments and warns you about possible scams.

Wat is ScamBlock?

ScamBlock is een Chrome-extensie ontwikkeld door Szakacs David, en de belangrijkste functie is "Verifies Youtube comments and warns you about possible scams.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ScamBlock

Download ScamBlock-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

                        ScamBlock helps you detect possible scam attempts in the comment sections of videos on Youtube.                    

Basisinformatie over de Extensie

Naam ScamBlock ScamBlock
ID immamhckondkpkgljoaiobikjepjomoo
Officiële URL https://chromewebstore.google.com/detail/scamblock/immamhckondkpkgljoaiobikjepjomoo
Beschrijving Verifies Youtube comments and warns you about possible scams.
Bestandsgrootte 51.07 KB
Aantal Installaties 76
Huidige Versie 1.0
Laatst Bijgewerkt 2021-04-19
Publicatiedatum 2021-04-19
Ontwikkelaar Szakacs David
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.buymeacoffee.com/scamblock
Ondersteunde Talen id,de,en,fr,es,hu,pl,ro,ru,hi,ar,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.0",
    "icons": {
        "32": "icons\/scamblock-32.png",
        "48": "icons\/scamblock-48.png",
        "96": "icons\/scamblock-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "detect.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/scamblock-32.png",
        "default_title": "ScamBlock"
    }
}