Remove YouTube Scammers

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

Cos'è Remove YouTube Scammers?

Remove YouTube Scammers è un'estensione di Chrome sviluppata da Ashley Rudland, e la sua funzione principale è "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Remove YouTube Scammers

Scarica i file di estensione Remove YouTube Scammers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Remove YouTube Scammers Remove YouTube Scammers
ID leemddogjnkjmomaefhchjefjpognndh
URL Ufficiale https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh
Descrizione Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
Dimensione del File 15.86 KB
Conteggio Installazioni 24
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-04-10
Data di Pubblicazione 2021-04-10
Sviluppatore Ashley Rudland
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}