Reflex Blocker

Stop your fingers from taking you to the wrong website

O que é Reflex Blocker?

Reflex Blocker é uma extensão do Chrome desenvolvida por https://jamalx31.com, e sua principal característica é "Stop your fingers from taking you to the wrong website".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Reflex Blocker

Baixe arquivos de extensão Reflex Blocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Reflex Blocker Reflex Blocker
ID liadgdammolmojfoikhflaecchkalgmn
URL Oficial https://chromewebstore.google.com/detail/reflex-blocker/liadgdammolmojfoikhflaecchkalgmn
Descrição Stop your fingers from taking you to the wrong website
Tamanho do Arquivo 274 KB
Contagem de Instalações 29
Versão Atual 1.0.13
Última Atualização 2020-07-08
Data de Publicação 2020-06-30
Desenvolvedor https://jamalx31.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://jamalx31.com/
URL da Página de Ajuda https://twitter.com/jamalx31
Idiomas Suportados 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"
}