Reflex Blocker

Stop your fingers from taking you to the wrong website

Wat is Reflex Blocker?

Reflex Blocker is een Chrome-extensie ontwikkeld door https://jamalx31.com, en de belangrijkste functie is "Stop your fingers from taking you to the wrong website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Reflex Blocker

Download Reflex Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Reflex Blocker Reflex Blocker
ID liadgdammolmojfoikhflaecchkalgmn
Officiële URL https://chromewebstore.google.com/detail/reflex-blocker/liadgdammolmojfoikhflaecchkalgmn
Beschrijving Stop your fingers from taking you to the wrong website
Bestandsgrootte 274 KB
Aantal Installaties 29
Huidige Versie 1.0.13
Laatst Bijgewerkt 2020-07-08
Publicatiedatum 2020-06-30
Ontwikkelaar https://jamalx31.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://jamalx31.com/
Help Pagina-URL https://twitter.com/jamalx31
Ondersteunde Talen 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"
}