Reflex Blocker

Stop your fingers from taking you to the wrong website

Co je Reflex Blocker?

Reflex Blocker je rozšíření Chrome vyvinuté https://jamalx31.com, a jeho hlavní funkcí je „Stop your fingers from taking you to the wrong website“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Reflex Blocker

Stáhněte si soubory rozšíření Reflex Blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Reflex Blocker Reflex Blocker
ID liadgdammolmojfoikhflaecchkalgmn
Oficiální URL https://chromewebstore.google.com/detail/reflex-blocker/liadgdammolmojfoikhflaecchkalgmn
Popis Stop your fingers from taking you to the wrong website
Velikost souboru 274 KB
Počet instalací 29
Aktuální Verze 1.0.13
Poslední Aktualizace 2020-07-08
Datum Vydání 2020-06-30
Vývojář https://jamalx31.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://jamalx31.com/
URL Stránky Nápovědy https://twitter.com/jamalx31
Podporované Jazyky 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"
}