DNS Flusher

flush dns cache with single click

Co to jest DNS Flusher?

DNS Flusher to rozszerzenie Chrome opracowane przez ylzcylx, a jego główną funkcją jest „flush dns cache with single click”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DNS Flusher

Pobierz pliki rozszerzeń DNS Flusher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

Podstawowe informacje o rozszerzeniu

Nazwa DNS Flusher DNS Flusher
ID nbomnjapnclaocillijpceooehonajnk
Oficjalny URL https://chromewebstore.google.com/detail/dns-flusher/nbomnjapnclaocillijpceooehonajnk
Opis flush dns cache with single click
Rozmiar pliku 18.67 KB
Liczba instalacji 4,728
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2017-09-19
Data Publikacji 2017-09-19
Ocena 4.00/5 Łącznie 14 Oceny
Deweloper ylzcylx
Typ Płatności free
Strona Rozszerzenia https://github.com/jdf2e/dns_flusher
Adres URL Strony Pomocy https://github.com/jdf2e/dns_flusher/issues
Obsługiwane Języki 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"
}