Donut@Home for ZLT S10

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

什麼是Donut@Home for ZLT S10?

Donut@Home for ZLT S10是由panhavad開發的Chrome擴展程式,該擴展的主要功能是“Unlocking the full features of Smart@Home LTE Wireless Router for model ZLT S10.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Donut@Home for ZLT S10擴展crx文件

下載Donut@Home for ZLT S10擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Donut@Home for ZLT S10 Donut@Home for ZLT S10
ID hinnghaoldgikiknkglnepdhjlcljbjl
官方網址 https://chromewebstore.google.com/detail/donuthome-for-zlt-s10/hinnghaoldgikiknkglnepdhjlcljbjl
簡介 Unlocking the full features of Smart@Home LTE Wireless Router for model ZLT S10.
檔案大小 51.69 KB
安裝次數 3,377
目前版本 1.0.1
更新時間 2020-10-11
上架時間 2020-10-11
評分 4.60/5 共 10 次評分
開發者 panhavad
電子郵箱 [email protected]
付費類型 free
支援的語言 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\/*"
    ]
}