Distract Me Not

Stay focused in a world full of distractions.

Distract Me Not क्या है?

Distract Me Not AXeL-dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stay focused in a world full of distractions."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Distract Me Not एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Distract Me Not is a lightweight website blocker with a user friendly interface.

Features:

- Prevent access to a range of websites.
- Whitelist & blacklist mode.
- Custom page redirection.
- Display your custom message on blocked pages.
- Immediate closing of blocked tabs.
- Schedule blocking time.
- Export/Import websites lists.
- Protect your settings with a password.
- Unblock websites using a password.

(*) Most of features are optional & need to be enabled from the settings page.                    

एक्सटेंशन की मूल जानकारी

नाम Distract Me Not Distract Me Not
ID lkmfokajfoplgdkdifijpffkjeejainc
आधिकारिक URL https://chromewebstore.google.com/detail/distract-me-not/lkmfokajfoplgdkdifijpffkjeejainc
विवरण Stay focused in a world full of distractions.
फ़ाइल का आकार 752 KB
स्थापना संख्या 825
वर्तमान संस्करण 2.8.0
अंतिम अपडेट 2022-08-01
प्रकाशन तिथि 2021-07-13
रेटिंग 4.67/5 कुल 9 रेटिंग्स
डेवलपर AXeL-dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/AXeL-dev/distract-me-not
सहायता पृष्ठ URL https://github.com/AXeL-dev/distract-me-not/issues
समर्थित भाषाएँ en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_specific_settings": {
        "gecko": {
            "id": "{5f884915-160e-4276-a216-770a753a3abe}",
            "strict_min_version": "52.0"
        }
    },
    "name": "__MSG_appName__",
    "version": "2.8.0",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icons\/magnet-16.png",
        "32": "icons\/magnet-32.png",
        "48": "icons\/magnet-48.png",
        "64": "icons\/magnet-64.png",
        "128": "icons\/magnet-128.png"
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "browser_action": {
        "default_icon": "icons\/magnet-128.png",
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "index.html#settings",
        "open_in_tab": true
    },
    "background": {
        "page": "index.html#background"
    },
    "author": "AXeL-dev",
    "homepage_url": "https:\/\/github.com\/AXeL-dev\/distract-me-not",
    "permissions": [
        "notifications",
        "activeTab",
        "storage",
        "tabs",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "",
        "contextMenus"
    ]
}