Remove YouTube Scammers

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

O que é Remove YouTube Scammers?

Remove YouTube Scammers é uma extensão do Chrome desenvolvida por Ashley Rudland, e sua principal característica é "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Remove YouTube Scammers

Baixe arquivos de extensão Remove YouTube Scammers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Remove YouTube Scammers Remove YouTube Scammers
ID leemddogjnkjmomaefhchjefjpognndh
URL Oficial https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh
Descrição Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
Tamanho do Arquivo 15.86 KB
Contagem de Instalações 24
Versão Atual 1.0.0
Última Atualização 2021-04-10
Data de Publicação 2021-04-10
Desenvolvedor Ashley Rudland
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}