How many GiB used on huawei 4G box

How many GiB used on huawei 4G box

Cos'è How many GiB used on huawei 4G box?

How many GiB used on huawei 4G box è un'estensione di Chrome sviluppata da blipn, e la sua funzione principale è "How many GiB used on huawei 4G box".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione How many GiB used on huawei 4G box

Scarica i file di estensione How many GiB used on huawei 4G box 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

                        Displays data usage for a Huawei box                    

Informazioni di Base sull'Estensione

Nome How many GiB used on huawei 4G box How many GiB used on huawei 4G box
ID mjhfenemkgacendijoamgpioaafdkbjf
URL Ufficiale https://chromewebstore.google.com/detail/how-many-gib-used-on-huaw/mjhfenemkgacendijoamgpioaafdkbjf
Descrizione How many GiB used on huawei 4G box
Dimensione del File 36.63 KB
Conteggio Installazioni 63
Versione Corrente 1.1
Ultimo Aggiornamento 2019-09-02
Data di Pubblicazione 2019-09-02
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore blipn
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "How many GiB used on huawei 4G box",
    "description": "How many GiB used on huawei 4G box",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/192.168.1.1\/*"
    ],
    "browser_action": {
        "name": "Click to update"
    },
    "manifest_version": 2
}