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.

Qu'est-ce que ACT Usage ?

ACT Usage est une extension Chrome développée par jaseemabid, et sa fonction principale est "Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ACT Usage

Téléchargez les fichiers d'extension ACT Usage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ACT Usage ACT Usage
ID cfanmbkddfjaimhbcloeggalmachfgbi
URL Officiel 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.
Taille du Fichier 200 KB
Nombre d'Installations 250
Version Actuelle 1.3
Dernière Mise à Jour 2015-01-05
Date de Publication 2015-01-05
Évaluation 2.93/5 Total 15 Évaluations
Développeur jaseemabid
Type de Paiement free
Site Web de l'Extension https://github.com/jaseemabid/act-chrome-extension
Langues Prises en Charge 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"
    }
}