Unaddict
Stop web addiction!
Unaddictとは何ですか?
Unaddictはhttps://metaii.comによって開発されたChromeの拡張機能で、その主な機能は「Stop web addiction!」です。
拡張機能のスクリーンショット
Unaddict拡張機能のCRXファイルをダウンロード
Unaddict拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Unaddict, by Metaii Inc, is a simple chrome extension to help break addiction to website. In today's busy world it is easy to waste hours of time on social media and lose productivity. Unaddict helps users by allowing them to create list of website urls they feel addicted to. After adding a website to the list whenever user attempts to visit that website, Unaddict will prevent the user from going to that website with a friendly reminder. Thus, breaking the addictive cycle. At their own discretion user may choose to disable or remove the addictive url at anytime.
拡張機能の基本情報
名前 | Unaddict |
ID | gjpkdldojiaeanjdoifmldjdlgflemkl |
公式URL | https://chromewebstore.google.com/detail/unaddict/gjpkdldojiaeanjdoifmldjdlgflemkl |
説明 | Stop web addiction! |
ファイルサイズ | 163 KB |
インストール数 | 3,593 |
現在のバージョン | 1.0.2 |
最終更新日 | 2021-05-01 |
公開日 | 2020-01-19 |
評価 | 4.52/5 合計 29 レビュー |
開発者 | https://metaii.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unaddict", "version": "1.0.2", "description": "Stop web addiction!", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "130": "image\/unaddicticon.png" }, "browser_action": { "default_icon": "image\/unaddicticon.png", "default_popup": "popup.html" } } |