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 |
Eメール | [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\/*" ] } |