Reflex Blocker

Stop your fingers from taking you to the wrong website

Vad är Reflex Blocker?

Reflex Blocker är en Chrome-tillägg utvecklad av https://jamalx31.com, och dess huvudfunktion är "Stop your fingers from taking you to the wrong website".

Tilläggsskärmbilder

screenshot

Ladda ner Reflex Blocker-förlängningens CRX-fil

Ladda ner Reflex Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Reflex Blocker Reflex Blocker
ID liadgdammolmojfoikhflaecchkalgmn
Officiell webbadress https://chromewebstore.google.com/detail/reflex-blocker/liadgdammolmojfoikhflaecchkalgmn
Beskrivning Stop your fingers from taking you to the wrong website
Filstorlek 274 KB
Antal Installationer 29
Aktuell Version 1.0.13
Senast Uppdaterad 2020-07-08
Publiceringsdatum 2020-06-30
Utvecklare https://jamalx31.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://jamalx31.com/
Hjälpsida URL https://twitter.com/jamalx31
Stödda Språk 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"
}