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
Eメール [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"
}