YouTube Comment Deleter

Clear your YouTube comment history

Что такое YouTube Comment Deleter?

YouTube Comment Deleter - это расширение Chrome, разработанное ian-campbell, и его основная функция - "Clear your YouTube comment history".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения YouTube Comment Deleter

Скачайте файлы расширений YouTube Comment Deleter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Erase your YouTube comment history. Simply add to Chrome, open the extension, navigate to your comment history page, and then clear your comment history slow and steady.

Opinions and code contributions welcome at https://github.com/ian-campbell/Erasure/discussions/                    

Основная информация о расширении

Название YouTube Comment Deleter YouTube Comment Deleter
ID lkhceldiinefjkocccdmpgheheeddfmb
Официальный URL https://chromewebstore.google.com/detail/youtube-comment-deleter/lkhceldiinefjkocccdmpgheheeddfmb
Описание Clear your YouTube comment history
Размер файла 70.04 KB
Количество установок 1,546
Текущая Версия 2.1.1
Последнее Обновление 2022-01-22
Дата публикации 2019-10-02
Рейтинг 4.64/5 Всего 59 оценок
Разработчик ian-campbell
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/ian-campbell/Erasure
URL страницы помощи https://github.com/ian-campbell/Erasure
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Comment Deleter",
    "version": "2.1.1",
    "description": "Clear your YouTube comment history",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo_16.png",
            "32": "images\/logo_32.png",
            "48": "images\/logo_48.png",
            "128": "images\/logo_128.png"
        }
    },
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "manifest_version": 2
}