Remove YouTube Scammers

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

Co je Remove YouTube Scammers?

Remove YouTube Scammers je rozšíření Chrome vyvinuté Ashley Rudland, a jeho hlavní funkcí je „Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Remove YouTube Scammers

Stáhněte si soubory rozšíření Remove YouTube Scammers ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Remove YouTube Scammers Remove YouTube Scammers
ID leemddogjnkjmomaefhchjefjpognndh
Oficiální URL https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh
Popis Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
Velikost souboru 15.86 KB
Počet instalací 24
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-04-10
Datum Vydání 2021-04-10
Vývojář Ashley Rudland
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}