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.

什么是Work Mode - Block ALL Social Media URL Block?

Work Mode - Block ALL Social Media URL Block是由https://shreyravi.com开发的Chrome扩展程序,该扩展的主要功能是“Block ALL Time-Wasting Websites & Custom URL Blocking When You're On the Clock. Custom URL Block Extension. By Shreyas Tallamraju.”。

扩展截图

screenshot

下载Work Mode - Block ALL Social Media URL Block扩展crx文件

下载Work Mode - Block ALL Social Media URL Block扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Work Mode - Block ALL Social Media URL Block Work Mode - Block ALL Social Media URL Block
ID dmijhfnjdfpaanlbahmklnhjkbhegepm
官方URL https://chromewebstore.google.com/detail/work-mode-block-all-socia/dmijhfnjdfpaanlbahmklnhjkbhegepm
简介 Block ALL Time-Wasting Websites & Custom URL Blocking When You're On the Clock. Custom URL Block Extension. By Shreyas Tallamraju.
文件大小 15.49 KB
安装次数 9,233
当前版本 3.0.1
更新时间 2023-07-30
上架时间 2020-07-02
评分 4.27/5 共89次评分
开发者 https://shreyravi.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.shreyravi.com/work-mode-google-chrome-extension-home-page
帮助页面URL https://www.shreyravi.com/work-mode-google-chrome-extension-privacy-policy
隐私政策页面URL https://www.shreyravi.com/work-mode-google-chrome-extension-privacy-policy
支持的语言 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"
    }
}