Reflex Blocker

Stop your fingers from taking you to the wrong website

Qu'est-ce que Reflex Blocker ?

Reflex Blocker est une extension Chrome développée par https://jamalx31.com, et sa fonction principale est "Stop your fingers from taking you to the wrong website".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Reflex Blocker

Téléchargez les fichiers d'extension Reflex Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Reflex Blocker Reflex Blocker
ID liadgdammolmojfoikhflaecchkalgmn
URL Officiel https://chromewebstore.google.com/detail/reflex-blocker/liadgdammolmojfoikhflaecchkalgmn
Description Stop your fingers from taking you to the wrong website
Taille du Fichier 274 KB
Nombre d'Installations 29
Version Actuelle 1.0.13
Dernière Mise à Jour 2020-07-08
Date de Publication 2020-06-30
Développeur https://jamalx31.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jamalx31.com/
URL de la Page d'Aide https://twitter.com/jamalx31
Langues Prises en Charge 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"
}