Hydrate yourself
It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.
What is Hydrate yourself?
Hydrate yourself is a Chrome extension developed by Jeroen Peters, and its main feature is "It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.".
Extension Screenshots
Download Hydrate yourself Extension CRX File
Download Hydrate yourself 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 tool helps you to take a few glasses of water during the day"
Extension Basic Information
Name | Hydrate yourself |
ID | nmccnjbglgkjdhkabajmahgleboedloo |
Official URL | https://chromewebstore.google.com/detail/hydrate-yourself/nmccnjbglgkjdhkabajmahgleboedloo |
Description | It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind. |
File Size | 31.52 KB |
Installation Count | 138 |
Current Version | 1.0 |
Last Updated | 2020-06-02 |
Publish Date | 2020-06-02 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Jeroen Peters |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.0", "manifest_version": 2, "description": "__MSG_extDesc__", "icons": { "16": "water-16.png", "48": "water-48.png", "128": "water-128.png" }, "permissions": [ "notifications" ], "browser_action": { "default_icon": "glass3.png", "default_popup": "refill_button.html" }, "background": { "scripts": [ "js\/counter.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "coffeecup128.png", "cup15.png" ], "options_page": "options\/index.html", "default_locale": "en" } |