DNS Flusher

flush dns cache with single click

O que é DNS Flusher?

DNS Flusher é uma extensão do Chrome desenvolvida por ylzcylx, e sua principal característica é "flush dns cache with single click".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DNS Flusher

Baixe arquivos de extensão DNS Flusher 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

                        _   _       _       
 | \ | |     | |      
 |  \| | ___ | |_ ___ 
 | . ` |/ _ \| __/ _ \
 | |\  | (_) | ||  __/
 |_| \_|\___/ \__\___|

Before you install, visit chrome://flags/#extensions-on-chrome-urls and make sure you have that feature enabled!!!                    

Informações Básicas da Extensão

Nome DNS Flusher DNS Flusher
ID nbomnjapnclaocillijpceooehonajnk
URL Oficial https://chromewebstore.google.com/detail/dns-flusher/nbomnjapnclaocillijpceooehonajnk
Descrição flush dns cache with single click
Tamanho do Arquivo 18.67 KB
Contagem de Instalações 4,728
Versão Atual 0.1
Última Atualização 2017-09-19
Data de Publicação 2017-09-19
Classificação 4.00/5 Total de 14 Avaliações
Desenvolvedor ylzcylx
Tipo de Pagamento free
Site da Extensão https://github.com/jdf2e/dns_flusher
URL da Página de Ajuda https://github.com/jdf2e/dns_flusher/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DNS Flusher",
    "description": "flush dns cache with single click",
    "version": "0.1",
    "author": "loveky",
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon64.png"
    },
    "permissions": [
        "tabs",
        "chrome:\/\/net-internals\/#dns"
    ],
    "homepage_url": "https:\/\/github.com\/loveky\/dns_flusher"
}