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.
Co to jest ACT Usage?
ACT Usage to rozszerzenie Chrome opracowane przez jaseemabid, a jego główną funkcją jest „Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ACT Usage
Pobierz pliki rozszerzeń ACT Usage w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cfanmbkddfjaimhbcloeggalmachfgbi |
| Oficjalny URL | https://chromewebstore.google.com/detail/act-usage/cfanmbkddfjaimhbcloeggalmachfgbi |
| Opis | Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way. |
| Rozmiar pliku | 200 KB |
| Liczba instalacji | 250 |
| Aktualna Wersja | 1.3 |
| Ostatnia Aktualizacja | 2015-01-05 |
| Data Publikacji | 2015-01-05 |
| Ocena | 2.93/5 Łącznie 15 Oceny |
| Deweloper | jaseemabid |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/jaseemabid/act-chrome-extension |
| Obsługiwane Języki | 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"
}
} | |