Distract Me Not

Stay focused in a world full of distractions.

什么是Distract Me Not?

Distract Me Not是由AXeL-dev开发的Chrome扩展程序,该扩展的主要功能是“Stay focused in a world full of distractions.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Distract Me Not扩展crx文件

下载Distract Me Not扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}