Reflex Blocker

Stop your fingers from taking you to the wrong website

Reflex Blockerคืออะไร?

Reflex Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jamalx31.com และคุณลักษณะหลักของมันคือ "Stop your fingers from taking you to the wrong website"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reflex Blocker

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}