Donut@Home for ZLT S10

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

Wat is Donut@Home for ZLT S10?

Donut@Home for ZLT S10 is een Chrome-extensie ontwikkeld door panhavad, en de belangrijkste functie is "Unlocking the full features of Smart@Home LTE Wireless Router for model ZLT S10.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Donut@Home for ZLT S10

Download Donut@Home for ZLT S10-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

                        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                    

Basisinformatie over de Extensie

Naam Donut@Home for ZLT S10 Donut@Home for ZLT S10
ID hinnghaoldgikiknkglnepdhjlcljbjl
Officiële URL https://chromewebstore.google.com/detail/donuthome-for-zlt-s10/hinnghaoldgikiknkglnepdhjlcljbjl
Beschrijving Unlocking the full features of Smart@Home LTE Wireless Router for model ZLT S10.
Bestandsgrootte 51.69 KB
Aantal Installaties 3,377
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-10-11
Publicatiedatum 2020-10-11
Beoordeling 4.60/5 Totaal 10 Beoordelingen
Ontwikkelaar panhavad
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}