Remove YouTube Scammers

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

Hvad er Remove YouTube Scammers?

Remove YouTube Scammers er en Chrome-udvidelse udviklet af Ashley Rudland, og dens hovedfunktion er "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.".

Udvidelsesskærmbilleder

screenshot

Download Remove YouTube Scammers-udvidelses-CRX-fil

Download Remove YouTube Scammers-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Remove YouTube Scammers Remove YouTube Scammers
ID leemddogjnkjmomaefhchjefjpognndh
Officiel URL https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh
Beskrivelse Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
Filstørrelse 15.86 KB
Antal Installationer 24
Nuværende Version 1.0.0
Senest Opdateret 2021-04-10
Udgivelsesdato 2021-04-10
Udvikler Ashley Rudland
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}