Reflex Blocker

Stop your fingers from taking you to the wrong website

What is Reflex Blocker?

Reflex Blocker is a Chrome extension developed by https://jamalx31.com, and its main feature is "Stop your fingers from taking you to the wrong website".

Extension Screenshots

screenshot

Download Reflex Blocker Extension CRX File

Download Reflex Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Reflex Blocker Reflex Blocker
ID liadgdammolmojfoikhflaecchkalgmn
Official URL https://chromewebstore.google.com/detail/reflex-blocker/liadgdammolmojfoikhflaecchkalgmn
Description Stop your fingers from taking you to the wrong website
File Size 274 KB
Installation Count 29
Current Version 1.0.13
Last Updated 2020-07-08
Publish Date 2020-06-30
Developer https://jamalx31.com
Email [email protected]
Payment Type free
Extension Website https://jamalx31.com/
Help Page URL https://twitter.com/jamalx31
Supported Languages 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"
}