Reflex Blocker

Stop your fingers from taking you to the wrong website

什么是Reflex Blocker?

Reflex Blocker是由https://jamalx31.com开发的Chrome扩展程序,该扩展的主要功能是“Stop your fingers from taking you to the wrong website”。

扩展截图

screenshot

下载Reflex Blocker扩展crx文件

下载Reflex Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Reflex Blocker Reflex Blocker
ID liadgdammolmojfoikhflaecchkalgmn
官方URL https://chromewebstore.google.com/detail/reflex-blocker/liadgdammolmojfoikhflaecchkalgmn
简介 Stop your fingers from taking you to the wrong website
文件大小 274 KB
安装次数 29
当前版本 1.0.13
更新时间 2020-07-08
上架时间 2020-06-30
开发者 https://jamalx31.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://jamalx31.com/
帮助页面URL https://twitter.com/jamalx31
支持的语言 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"
}