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
Eメール [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"
    }
}