Remove YouTube Scammers

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

Qu'est-ce que Remove YouTube Scammers ?

Remove YouTube Scammers est une extension Chrome développée par Ashley Rudland, et sa fonction principale est "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Remove YouTube Scammers

Téléchargez les fichiers d'extension Remove YouTube Scammers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Remove YouTube Scammers Remove YouTube Scammers
ID leemddogjnkjmomaefhchjefjpognndh
URL Officiel https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh
Description Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
Taille du Fichier 15.86 KB
Nombre d'Installations 24
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-04-10
Date de Publication 2021-04-10
Développeur Ashley Rudland
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}