Reflex Blocker

Stop your fingers from taking you to the wrong website

Co to jest Reflex Blocker?

Reflex Blocker to rozszerzenie Chrome opracowane przez https://jamalx31.com, a jego główną funkcją jest „Stop your fingers from taking you to the wrong website”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reflex Blocker

Pobierz pliki rozszerzeń Reflex Blocker 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Reflex Blocker Reflex Blocker
ID liadgdammolmojfoikhflaecchkalgmn
Oficjalny URL https://chromewebstore.google.com/detail/reflex-blocker/liadgdammolmojfoikhflaecchkalgmn
Opis Stop your fingers from taking you to the wrong website
Rozmiar pliku 274 KB
Liczba instalacji 29
Aktualna Wersja 1.0.13
Ostatnia Aktualizacja 2020-07-08
Data Publikacji 2020-06-30
Deweloper https://jamalx31.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://jamalx31.com/
Adres URL Strony Pomocy https://twitter.com/jamalx31
Obsługiwane Języki 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"
}