Donut@Home for ZLT S10

Unlocking the full features of Smart@Home LTE Wireless Router for model ZLT S10.

Cos'è Donut@Home for ZLT S10?

Donut@Home for ZLT S10 è un'estensione di Chrome sviluppata da panhavad, e la sua funzione principale è "Unlocking the full features of Smart@Home LTE Wireless Router for model ZLT S10.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Donut@Home for ZLT S10

Scarica i file di estensione Donut@Home for ZLT S10 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

                        To enable the full functionality available in the console. This work for LTE Wireless Router Model ZLT S10 from Smart Axiata only. 
This will enable features such as:
- Network Lock Disable/Enable (Openline)
- Frequency Band Selection
- Cell ID Locking
- Network Selection (4G/3G/2G)
- USSD Dialer (Works on 3G Connection Only)
- APN Settings
- Internet / Data Limiter
- NAT Disable/Enable
- Firmware Upgrade
- Virtual Private Network
- Input Network Unlock Code                    

Informazioni di Base sull'Estensione

Nome Donut@Home for ZLT S10 Donut@Home for ZLT S10
ID hinnghaoldgikiknkglnepdhjlcljbjl
URL Ufficiale https://chromewebstore.google.com/detail/donuthome-for-zlt-s10/hinnghaoldgikiknkglnepdhjlcljbjl
Descrizione Unlocking the full features of Smart@Home LTE Wireless Router for model ZLT S10.
Dimensione del File 51.69 KB
Conteggio Installazioni 3,377
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-10-11
Data di Pubblicazione 2020-10-11
Valutazione 4.60/5 Totale 10 Valutazioni
Sviluppatore panhavad
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donut@Home for ZLT S10",
    "description": "Unlocking the full features of Smart@Home LTE Wireless Router for model ZLT S10.",
    "version": "1.0.1",
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/192.168.8.1\/index.html?t=*"
            ],
            "js": [
                "\/resources\/scripts\/jquery.js",
                "\/scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/resources\/images\/*"
    ]
}