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 هو إضافة Chrome تم تطويرها بواسطة https://shreyravi.com، والميزة الرئيسية لها هي "Block ALL Time-Wasting Websites & Custom URL Blocking When You're On the Clock. Custom URL Block Extension. By Shreyas Tallamraju.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Work Mode - Block ALL Social Media URL Block

قم بتنزيل ملفات الامتداد Work Mode - Block ALL Social Media URL Block بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.shreyravi.com/work-mode-google-chrome-extension-privacy-policy
عنوان صفحة سياسة الخصوصية 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"
    }
}