Reflex Blocker

Stop your fingers from taking you to the wrong website

Reflex Blocker là gì?

Reflex Blocker là một tiện ích mở rộng Chrome được phát triển bởi https://jamalx31.com, và tính năng chính của nó là "Stop your fingers from taking you to the wrong website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reflex Blocker

Tải xuống các tệp mở rộng Reflex Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reflex Blocker Reflex Blocker
ID liadgdammolmojfoikhflaecchkalgmn
URL Chính Thức https://chromewebstore.google.com/detail/reflex-blocker/liadgdammolmojfoikhflaecchkalgmn
Mô tả Stop your fingers from taking you to the wrong website
Kích Thước Tệp 274 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0.13
Cập Nhật Lần Cuối 2020-07-08
Ngày Phát Hành 2020-06-30
Nhà Phát Triển https://jamalx31.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jamalx31.com/
URL Trang Trợ Giúp https://twitter.com/jamalx31
Ngôn Ngữ Được Hỗ Trợ 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"
}