Web Blocker

Web Blocker blocks access to any websites that you specific to improve your productivity.

Vad är Web Blocker?

Web Blocker är en Chrome-tillägg utvecklad av https://webblocker.co, och dess huvudfunktion är "Web Blocker blocks access to any websites that you specific to improve your productivity.".

Tilläggsskärmbilder

screenshot

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

Ladda ner Web 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

                        This extension helps you get rid of the sites that you spend so much time on it. It will automatically block all the websites that you specific on the option page. 

Web Blocker is very easy to use. You can stay focus on the websites that you working on and block those website that wasting your time such as social media sites.                    

Grundläggande Information om Tillägg

Namn Web Blocker Web Blocker
ID pjoghcbfnmhkcngdejiebfolglianlkn
Officiell webbadress https://chromewebstore.google.com/detail/web-blocker/pjoghcbfnmhkcngdejiebfolglianlkn
Beskrivning Web Blocker blocks access to any websites that you specific to improve your productivity.
Filstorlek 12.12 KB
Antal Installationer 1,867
Aktuell Version 1.0
Senast Uppdaterad 2021-06-24
Publiceringsdatum 2021-06-24
Betyg 3.18/5 Totalt 11 Betyg
Utvecklare https://webblocker.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.webblocker.co
Hjälpsida URL https://www.webblocker.co
URL till Sekretesspolicy Sidan https://www.webblocker.co/privacy_policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Blocker",
    "description": "Web Blocker blocks access to any websites that you specific to improve your productivity.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": []
}