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.”。
扩展截图
下载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 |
ID | hinnghaoldgikiknkglnepdhjlcljbjl |
官方URL | 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\/*" ] } |