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.
Cos'è ACT Usage?
ACT Usage è un'estensione di Chrome sviluppata da jaseemabid, e la sua funzione principale è "Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ACT Usage
Scarica i file di estensione ACT Usage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.
Informazioni di Base sull'Estensione
Nome | ACT Usage |
ID | cfanmbkddfjaimhbcloeggalmachfgbi |
URL Ufficiale | https://chromewebstore.google.com/detail/act-usage/cfanmbkddfjaimhbcloeggalmachfgbi |
Descrizione | Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way. |
Dimensione del File | 200 KB |
Conteggio Installazioni | 250 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2015-01-05 |
Data di Pubblicazione | 2015-01-05 |
Valutazione | 2.93/5 Totale 15 Valutazioni |
Sviluppatore | jaseemabid |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jaseemabid/act-chrome-extension |
Lingue Supportate | 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" } } |