Remove YouTube Scammers

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

¿Qué es Remove YouTube Scammers?

Remove YouTube Scammers es una extensión de Chrome desarrollada por Ashley Rudland, y su función principal es "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Remove YouTube Scammers

Descarga archivos de extensión Remove YouTube Scammers en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Remove YouTube Scammers Remove YouTube Scammers
ID leemddogjnkjmomaefhchjefjpognndh
URL Oficial https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh
Descripción Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
Tamaño del Archivo 15.86 KB
Cantidad de Instalaciones 24
Versión Actual 1.0.0
Última Actualización 2021-04-10
Fecha de Publicación 2021-04-10
Desarrollador Ashley Rudland
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}