booster
Your time is your life, this extension reminds you to use it wisely. Boost your performance and success.
What is booster?
booster is a Chrome extension developed by Momen Yasser, and its main feature is "Your time is your life, this extension reminds you to use it wisely. Boost your performance and success.".
Extension Screenshots
Download booster Extension CRX File
Download booster 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
Replace your 'new tab' page with a real-time counter showing your current age to boost your life performance and motivation
Extension Basic Information
Name | booster |
ID | ajkbgacnnieoglchgpboiiiilgfjfcie |
Official URL | https://chromewebstore.google.com/detail/booster/ajkbgacnnieoglchgpboiiiilgfjfcie |
Description | Your time is your life, this extension reminds you to use it wisely. Boost your performance and success. |
File Size | 196 KB |
Installation Count | 457 |
Current Version | 2.1.3 |
Last Updated | 2015-12-02 |
Publish Date | 2015-12-02 |
Rating | 4.86/5 Total 14 Ratings |
Developer | Momen Yasser |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "booster", "version": "2.1.3", "description": "Your time is your life, this extension reminds you to use it wisely. Boost your performance and success.", "icons": { "16": "assets\/imgs\/icon16.png", "48": "assets\/imgs\/icon48.png", "128": "assets\/imgs\/icon128.png" }, "author": "Momen Yasser", "chrome_url_overrides": { "newtab": "index.html" }, "minimum_chrome_version": "21", "incognito": "split", "permissions": [ "storage" ], "short_name": "booster", "version_name": "2.1.3" } |