Sukha
With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites.
What is Sukha?
Sukha is a Chrome extension developed by https://thesukha.co, and its main feature is "With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites.".
Extension Screenshots
Download Sukha Extension CRX File
Download Sukha extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension helps Sukha users be aware of where they spend their time online and get nudged back on track when they are distracted.
Extension Basic Information
Name | Sukha |
ID | ignpidjpincpephfcclnaicfoahbbdig |
Official URL | https://chromewebstore.google.com/detail/sukha/ignpidjpincpephfcclnaicfoahbbdig |
Description | With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites. |
File Size | 1.12 MB |
Installation Count | 91 |
Current Version | 3.0.1 |
Last Updated | 2023-12-16 |
Publish Date | 2023-12-16 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://thesukha.co |
[email protected] | |
Payment Type | free |
Extension Website | https://www.TheSukha.co |
Help Page URL | https://intercom.help/the-sukha-company |
Privacy Policy Page URL | https://www.thesukha.co/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sukha", "version": "3.0.1", "manifest_version": 3, "description": "With this Chrome extension, you\u2019ll receive gentle nudges to keep you on track if you open distracting websites.", "background": { "service_worker": "\/background.js" }, "action": { "default_title": "Sukha", "default_popup": "popup.html", "default_icon": { "32": "img\/favicon-32x32.png" } }, "icons": { "128": "img\/favicon-32x32.png" }, "permissions": [ "tabs" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.thesukha.co\/*", "https:\/\/*.firebaseio.com\/*" ] } } |