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
官方網址 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"
}