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.

O que é ACT Usage?

ACT Usage é uma extensão do Chrome desenvolvida por jaseemabid, e sua principal característica é "Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ACT Usage

Baixe arquivos de extensão ACT Usage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome ACT Usage ACT Usage
ID cfanmbkddfjaimhbcloeggalmachfgbi
URL Oficial https://chromewebstore.google.com/detail/act-usage/cfanmbkddfjaimhbcloeggalmachfgbi
Descrição Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.
Tamanho do Arquivo 200 KB
Contagem de Instalações 250
Versão Atual 1.3
Última Atualização 2015-01-05
Data de Publicação 2015-01-05
Classificação 2.93/5 Total de 15 Avaliações
Desenvolvedor jaseemabid
Tipo de Pagamento free
Site da Extensão https://github.com/jaseemabid/act-chrome-extension
Idiomas Suportados 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"
    }
}