Reflex Blocker

Stop your fingers from taking you to the wrong website

Что такое Reflex Blocker?

Reflex Blocker - это расширение Chrome, разработанное https://jamalx31.com, и его основная функция - "Stop your fingers from taking you to the wrong website".

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

screenshot

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

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

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

                        How many times you were working and needed to google something to find yourself typing facebook or twitter?!
Well, this extension is for you. It will send you to where you are supposed to be and not where your fingers remember.

This extension is open-source. You can find it here https://github.com/jamalx31/reflex-blocker                    

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

Название Reflex Blocker Reflex Blocker
ID liadgdammolmojfoikhflaecchkalgmn
Официальный URL https://chromewebstore.google.com/detail/reflex-blocker/liadgdammolmojfoikhflaecchkalgmn
Описание Stop your fingers from taking you to the wrong website
Размер файла 274 KB
Количество установок 29
Текущая Версия 1.0.13
Последнее Обновление 2020-07-08
Дата публикации 2020-06-30
Разработчик https://jamalx31.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://jamalx31.com/
URL страницы помощи https://twitter.com/jamalx31
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reflex Blocker",
    "version": "1.0.13",
    "manifest_version": 2,
    "description": "Stop your fingers from taking you to the wrong website",
    "icons": {
        "128": "logo128.png",
        "512": "logo160.png"
    },
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "logo160.png"
    },
    "options_page": "options.html"
}