Remove YouTube Scammers

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

Co to jest Remove YouTube Scammers?

Remove YouTube Scammers to rozszerzenie Chrome opracowane przez Ashley Rudland, a jego główną funkcją jest „Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Remove YouTube Scammers

Pobierz pliki rozszerzeń Remove YouTube Scammers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Remove YouTube Scammers Remove YouTube Scammers
ID leemddogjnkjmomaefhchjefjpognndh
Oficjalny URL https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh
Opis Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
Rozmiar pliku 15.86 KB
Liczba instalacji 24
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-04-10
Data Publikacji 2021-04-10
Deweloper Ashley Rudland
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}