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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
}