ScamBlock

Verifies Youtube comments and warns you about possible scams.

What is ScamBlock?

ScamBlock is a Chrome extension developed by Szakacs David, and its main feature is "Verifies Youtube comments and warns you about possible scams.".

Extension Screenshots

screenshot

Download ScamBlock Extension CRX File

Download ScamBlock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name ScamBlock ScamBlock
ID immamhckondkpkgljoaiobikjepjomoo
Official URL https://chromewebstore.google.com/detail/scamblock/immamhckondkpkgljoaiobikjepjomoo
Description Verifies Youtube comments and warns you about possible scams.
File Size 51.07 KB
Installation Count 76
Current Version 1.0
Last Updated 2021-04-19
Publish Date 2021-04-19
Developer Szakacs David
Email [email protected]
Payment Type free
Help Page URL https://www.buymeacoffee.com/scamblock
Supported Languages 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"
    }
}