Donut@Home for ZLT S10

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

What is Donut@Home for ZLT S10?

Donut@Home for ZLT S10 is a Chrome extension developed by panhavad, and its main feature is "Unlocking the full features of Smart@Home LTE Wireless Router for model ZLT S10.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Donut@Home for ZLT S10 Extension CRX File

Download Donut@Home for ZLT S10 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Donut@Home for ZLT S10 Donut@Home for ZLT S10
ID hinnghaoldgikiknkglnepdhjlcljbjl
Official URL https://chromewebstore.google.com/detail/donuthome-for-zlt-s10/hinnghaoldgikiknkglnepdhjlcljbjl
Description Unlocking the full features of Smart@Home LTE Wireless Router for model ZLT S10.
File Size 51.69 KB
Installation Count 3,377
Current Version 1.0.1
Last Updated 2020-10-11
Publish Date 2020-10-11
Rating 4.60/5 Total 10 Ratings
Developer panhavad
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}