Reflex Blocker

Stop your fingers from taking you to the wrong website

Cos'è Reflex Blocker?

Reflex Blocker è un'estensione di Chrome sviluppata da https://jamalx31.com, e la sua funzione principale è "Stop your fingers from taking you to the wrong website".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reflex Blocker

Scarica i file di estensione Reflex Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Reflex Blocker Reflex Blocker
ID liadgdammolmojfoikhflaecchkalgmn
URL Ufficiale https://chromewebstore.google.com/detail/reflex-blocker/liadgdammolmojfoikhflaecchkalgmn
Descrizione Stop your fingers from taking you to the wrong website
Dimensione del File 274 KB
Conteggio Installazioni 29
Versione Corrente 1.0.13
Ultimo Aggiornamento 2020-07-08
Data di Pubblicazione 2020-06-30
Sviluppatore https://jamalx31.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://jamalx31.com/
URL della Pagina di Aiuto https://twitter.com/jamalx31
Lingue Supportate 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"
}