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.

ACT Usageとは何ですか?

ACT Usageはjaseemabidによって開発されたChromeの拡張機能で、その主な機能は「Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.」です。

拡張機能のスクリーンショット

screenshot

ACT Usage拡張機能のCRXファイルをダウンロード

ACT Usage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 ACT Usage ACT Usage
ID cfanmbkddfjaimhbcloeggalmachfgbi
公式URL https://chromewebstore.google.com/detail/act-usage/cfanmbkddfjaimhbcloeggalmachfgbi
説明 Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.
ファイルサイズ 200 KB
インストール数 250
現在のバージョン 1.3
最終更新日 2015-01-05
公開日 2015-01-05
評価 2.93/5 合計 15 レビュー
開発者 jaseemabid
支払い方法 free
拡張機能のウェブサイト https://github.com/jaseemabid/act-chrome-extension
対応言語 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"
    }
}