Work Mode - Block ALL Social Media URL Block

Block ALL Time-Wasting Websites & Custom URL Blocking When You're On the Clock. Custom URL Block Extension. By Shreyas Tallamraju.

Vad är Work Mode - Block ALL Social Media URL Block?

Work Mode - Block ALL Social Media URL Block är en Chrome-tillägg utvecklad av https://shreyravi.com, och dess huvudfunktion är "Block ALL Time-Wasting Websites & Custom URL Blocking When You're On the Clock. Custom URL Block Extension. By Shreyas Tallamraju.".

Tilläggsskärmbilder

screenshot

Ladda ner Work Mode - Block ALL Social Media URL Block-förlängningens CRX-fil

Ladda ner Work Mode - Block ALL Social Media URL Block-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

                        WorkMode is a Google Chrome Extension that, when turned on, auto-blocks ALL social media and custom URLs & keywords from even appearing. 

To activate, simply click on the gray/white 'W' icon on the top-right of the Chrome browser. This will toggle the icon to 'red', meaning it's activated. You can edit which URLs are blocked by right clicking on the icon and selecting 'Options'.

Note: Currently, we do not store any personal information on any external system or database aside from the local browser LocalStorage from which the Chrome extension is used.

You can view the homepage at https://www.shreyravi.com/work-mode-google-chrome-extension-home-page, or our Privacy Policy at https://www.shreyravi.com/work-mode-google-chrome-extension-privacy-policy. 

This software was made for free, and will *never* be monetized or sold, nor will any data be intentionally collected for any purposes aside from LocalStorage on your device for app core functionality.                    

Grundläggande Information om Tillägg

Namn Work Mode - Block ALL Social Media URL Block Work Mode - Block ALL Social Media URL Block
ID dmijhfnjdfpaanlbahmklnhjkbhegepm
Officiell webbadress https://chromewebstore.google.com/detail/work-mode-block-all-socia/dmijhfnjdfpaanlbahmklnhjkbhegepm
Beskrivning Block ALL Time-Wasting Websites & Custom URL Blocking When You're On the Clock. Custom URL Block Extension. By Shreyas Tallamraju.
Filstorlek 15.49 KB
Antal Installationer 9,233
Aktuell Version 3.0.1
Senast Uppdaterad 2023-07-30
Publiceringsdatum 2020-07-02
Betyg 4.27/5 Totalt 89 Betyg
Utvecklare https://shreyravi.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.shreyravi.com/work-mode-google-chrome-extension-home-page
Hjälpsida URL https://www.shreyravi.com/work-mode-google-chrome-extension-privacy-policy
URL till Sekretesspolicy Sidan https://www.shreyravi.com/work-mode-google-chrome-extension-privacy-policy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Work Mode - Block ALL Social Media URL Block",
    "description": "Block ALL Time-Wasting Websites & Custom URL Blocking When You're On the Clock. Custom URL Block Extension. By Shreyas Tallamraju.",
    "version": "3.0.1",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "redir.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Work Mode - Custom URL Blocking"
    }
}