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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}