Vaporfly Vaporizer

Removes Facebook comments and posts that mention Nike Supershoes

Что такое Vaporfly Vaporizer?

Vaporfly Vaporizer - это расширение Chrome, разработанное Unknown, и его основная функция - "Removes Facebook comments and posts that mention Nike Supershoes".

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

screenshot

Скачать файл CRX расширения Vaporfly Vaporizer

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

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

                        This Chrome Extension will hide (leaving a blank space) all posts or comments with Vaporfly, Alphafly, Next%, or 4%.

If it is a post, it will hide the post AND all comments. If it is a comment, it will hide just the comment.12                    

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

Название Vaporfly Vaporizer Vaporfly Vaporizer
ID epccdegdcgopafaodmjhoibdebanphmg
Официальный URL https://chromewebstore.google.com/detail/vaporfly-vaporizer/epccdegdcgopafaodmjhoibdebanphmg
Описание Removes Facebook comments and posts that mention Nike Supershoes
Размер файла 446 KB
Количество установок 25
Текущая Версия 0.1
Последнее Обновление 2020-02-03
Дата публикации 2020-02-03
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vaporfly Vaporizer",
    "short_name": "vapor(fly)izer",
    "version": "0.1",
    "icons": {
        "16": "no-vaporfly-16px.png",
        "48": "no-vaporfly-48px.png",
        "128": "no-vaporfly-icon.png"
    },
    "description": "Removes Facebook comments and posts that mention Nike Supershoes",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}