Donut@Home for ZLT S10

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

O que é Donut@Home for ZLT S10?

Donut@Home for ZLT S10 é uma extensão do Chrome desenvolvida por panhavad, e sua principal característica é "Unlocking the full features of Smart@Home LTE Wireless Router for model ZLT S10.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Donut@Home for ZLT S10

Baixe arquivos de extensão Donut@Home for ZLT S10 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Donut@Home for ZLT S10 Donut@Home for ZLT S10
ID hinnghaoldgikiknkglnepdhjlcljbjl
URL Oficial https://chromewebstore.google.com/detail/donuthome-for-zlt-s10/hinnghaoldgikiknkglnepdhjlcljbjl
Descrição Unlocking the full features of Smart@Home LTE Wireless Router for model ZLT S10.
Tamanho do Arquivo 51.69 KB
Contagem de Instalações 3,377
Versão Atual 1.0.1
Última Atualização 2020-10-11
Data de Publicação 2020-10-11
Classificação 4.60/5 Total de 10 Avaliações
Desenvolvedor panhavad
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}