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"
    }
}