Remove YouTube Scammers

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

Τι είναι το Remove YouTube Scammers;

Το Remove YouTube Scammers είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ashley Rudland, και η κύρια λειτουργία του είναι "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Remove YouTube Scammers

Λήψη αρχείων επέκτασης Remove YouTube Scammers σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Remove YouTube Scammers Remove YouTube Scammers
ID leemddogjnkjmomaefhchjefjpognndh
Επίσημο URL https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh
Περιγραφή Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
Μέγεθος Αρχείου 15.86 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-04-10
Ημερομηνία Δημοσίευσης 2021-04-10
Προγραμματιστής Ashley Rudland
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}