Remove YouTube Scammers

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

Apa itu Remove YouTube Scammers?

Remove YouTube Scammers adalah ekstensi Chrome yang dikembangkan oleh Ashley Rudland, dan fitur utamanya adalah "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Remove YouTube Scammers

Unduh file ekstensi Remove YouTube Scammers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Remove YouTube Scammers Remove YouTube Scammers
ID leemddogjnkjmomaefhchjefjpognndh
URL Resmi https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh
Deskripsi Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
Ukuran File 15.86 KB
Jumlah Instalasi 24
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-04-10
Tanggal Publikasi 2021-04-10
Pengembang Ashley Rudland
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}