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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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",
" | |