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.
Wat is ACT Usage?
ACT Usage is een Chrome-extensie ontwikkeld door jaseemabid, en de belangrijkste functie is "Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.".
Extensie Screenshots
Download het CRX-bestand van de extensie ACT Usage
Download ACT Usage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way. Basisinformatie over de Extensie
| Naam | |
| ID | cfanmbkddfjaimhbcloeggalmachfgbi |
| Officiële URL | https://chromewebstore.google.com/detail/act-usage/cfanmbkddfjaimhbcloeggalmachfgbi |
| Beschrijving | Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way. |
| Bestandsgrootte | 200 KB |
| Aantal Installaties | 250 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2015-01-05 |
| Publicatiedatum | 2015-01-05 |
| Beoordeling | 2.93/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | jaseemabid |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jaseemabid/act-chrome-extension |
| Ondersteunde Talen | 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"
}
} | |