Writeaholic: Daily Writing Habit Site Blocker
Stay focused and write daily. A different kind of site blocker.
What is Writeaholic: Daily Writing Habit Site Blocker?
Writeaholic: Daily Writing Habit Site Blocker is a Chrome extension developed by nivivive, and its main feature is "Stay focused and write daily. A different kind of site blocker.".
Extension Screenshots
Download Writeaholic: Daily Writing Habit Site Blocker Extension CRX File
Download Writeaholic: Daily Writing Habit Site Blocker 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
Build a daily writing habit by automatically blocking certain websites until you write your minimum daily word count. You can configure which websites to block and your target word count. You can also see your latest progress. Privacy policy: Writeaholic doesn't collect any of your personal data -- everything stays on your computer. Donate here if you find it useful! https://www.ko-fi.com/nivivive
Extension Basic Information
Name | Writeaholic: Daily Writing Habit Site Blocker |
ID | glngaclnhgpkkgmdcdmhfikmoopdhcgn |
Official URL | https://chromewebstore.google.com/detail/writeaholic-daily-writing/glngaclnhgpkkgmdcdmhfikmoopdhcgn |
Description | Stay focused and write daily. A different kind of site blocker. |
File Size | 18.13 KB |
Installation Count | 68 |
Current Version | 1.1.0 |
Last Updated | 2021-03-23 |
Publish Date | 2021-02-09 |
Rating | 5.00/5 Total 5 Ratings |
Developer | nivivive |
[email protected] | |
Payment Type | free |
Help Page URL | https://docs.google.com/forms/d/e/1FAIpQLSedGzobRLI7D-JwA0P4HORCR5ZWyRFTUBPFeP-ECExZHCLj2Q/viewform?usp=sf_link |
Privacy Policy Page URL | https://www.privacypolicies.com/live/618863e0-242f-4d66-af0d-90b7e909662e |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Writeaholic: Daily Writing Habit Site Blocker", "description": "Stay focused and write daily. A different kind of site blocker.", "version": "1.1.0", "options_page": "options.html", "permissions": [ "storage", "tabs", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon32.png" } } |