Age Watch
Age Watch — Watch your age!
What is Age Watch?
Age Watch is a Chrome extension developed by https://siamak.us, and its main feature is "Age Watch — Watch your age!".
Extension Screenshots
Download Age Watch Extension CRX File
Download Age Watch 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
Age Watch — Watch your age!
Extension Basic Information
Name | Age Watch |
ID | oakoijppjjmfigphnogkbmecfjhpoogj |
Official URL | https://chromewebstore.google.com/detail/age-watch/oakoijppjjmfigphnogkbmecfjhpoogj |
Description | Age Watch — Watch your age! |
File Size | 336 KB |
Installation Count | 187 |
Current Version | 1.0 |
Last Updated | 2019-03-27 |
Publish Date | 2019-03-27 |
Rating | 3.40/5 Total 5 Ratings |
Developer | https://siamak.us |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": ".\/dist\/index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Age Watch \u2014 Watch your age!", "icons": { "128": ".\/icons\/128.png", "16": ".\/icons\/16.png", "48": ".\/icons\/48.png" }, "browser_action": { "default_icon": { "16": ".\/icons\/16.png", "24": ".\/icons\/24.png", "32": ".\/icons\/32.png" }, "default_title": "Age Watch" }, "manifest_version": 2, "name": "Age Watch", "offline_enabled": true, "version": "1.0" } |