ScamBlock

Verifies Youtube comments and warns you about possible scams.

Was ist ScamBlock?

ScamBlock ist eine Chrome-Erweiterung, die von Szakacs David entwickelt wurde, und ihr Hauptmerkmal ist "Verifies Youtube comments and warns you about possible scams.".

Erweiterungsscreenshots

screenshot

ScamBlock-Erweiterungs-CRX-Datei herunterladen

Laden Sie ScamBlock-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

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

Grundlegende Informationen zur Erweiterung

Name ScamBlock ScamBlock
ID immamhckondkpkgljoaiobikjepjomoo
Offizielle URL https://chromewebstore.google.com/detail/scamblock/immamhckondkpkgljoaiobikjepjomoo
Beschreibung Verifies Youtube comments and warns you about possible scams.
Dateigröße 51.07 KB
Installationsanzahl 76
Aktuelle Version 1.0
Letztes Update 2021-04-19
Veröffentlichungsdatum 2021-04-19
Entwickler Szakacs David
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://www.buymeacoffee.com/scamblock
Unterstützte Sprachen 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"
    }
}