ACT Usage

Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.

What is ACT Usage?

ACT Usage is a Chrome extension developed by jaseemabid, and its main feature is "Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.".

Extension Screenshots

screenshot

Download ACT Usage Extension CRX File

Download ACT Usage 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

                        Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.                    

Extension Basic Information

Name ACT Usage ACT Usage
ID cfanmbkddfjaimhbcloeggalmachfgbi
Official URL https://chromewebstore.google.com/detail/act-usage/cfanmbkddfjaimhbcloeggalmachfgbi
Description Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.
File Size 200 KB
Installation Count 250
Current Version 1.3
Last Updated 2015-01-05
Publish Date 2015-01-05
Rating 2.93/5 Total 15 Ratings
Developer jaseemabid
Payment Type free
Extension Website https://github.com/jaseemabid/act-chrome-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ACT Usage",
    "description": "Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.",
    "version": "1.3",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "http:\/\/portal.acttv.in\/"
    ],
    "icons": {
        "128": "act_128.png",
        "48": "act_48.png",
        "16": "act_16.png"
    },
    "author": "Anenth & Mrinmoy",
    "browser_action": {
        "default_icon": "act_48.png",
        "default_title": "See your current ACT Broadband usage",
        "default_popup": "popup.html"
    }
}