WhatsTheUsage
A graphical usage meter for displaying Internode broadband data usage.
What is WhatsTheUsage?
WhatsTheUsage is a Chrome extension developed by whatstheusage, and its main feature is "A graphical usage meter for displaying Internode broadband data usage.".
Extension Screenshots
Download WhatsTheUsage Extension CRX File
Download WhatsTheUsage 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
WhatsTheUsage is a simple usage meter for displaying monthly data usage for Internode broadband customers. It shows the usage and quota for the current month, along with the usage history for each day of the current month and the average daily usage remaining.
Extension Basic Information
Name | WhatsTheUsage |
ID | pcngeafamdfbiaabjgmhaeldmkhhjpkg |
Official URL | https://chromewebstore.google.com/detail/whatstheusage/pcngeafamdfbiaabjgmhaeldmkhhjpkg |
Description | A graphical usage meter for displaying Internode broadband data usage. |
File Size | 265 KB |
Installation Count | 436 |
Current Version | 0.0.4 |
Last Updated | 2015-12-17 |
Publish Date | 2015-12-16 |
Rating | 3.88/5 Total 17 Ratings |
Developer | whatstheusage |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsTheUsage", "version": "0.0.4", "description": "A graphical usage meter for displaying Internode broadband data usage.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/customer-webtools-api.internode.on.net\/api\/*\/" ], "short_name": "WhatsTheUsage" } |