Remove YouTube Scammers

Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.

What is Remove YouTube Scammers?

Remove YouTube Scammers is a Chrome extension developed by Ashley Rudland, and its main feature is "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.".

Extension Screenshots

screenshot

Download Remove YouTube Scammers Extension CRX File

Download Remove YouTube Scammers 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

                        Watches the comments that appear on YouTube and removes those where the user is trying to impersonate the Channel author.                    

Extension Basic Information

Name Remove YouTube Scammers Remove YouTube Scammers
ID leemddogjnkjmomaefhchjefjpognndh
Official URL https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh
Description Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
File Size 15.86 KB
Installation Count 24
Current Version 1.0.0
Last Updated 2021-04-10
Publish Date 2021-04-10
Developer Ashley Rudland
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove YouTube Scammers",
    "description": "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.",
    "version": "1.0.0",
    "author": "Ashley Rudland",
    "browser_action": {
        "default_title": "Remove YouTube Scammers"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}