DNS Flusher
flush dns cache with single click
Cos'è DNS Flusher?
DNS Flusher è un'estensione di Chrome sviluppata da ylzcylx, e la sua funzione principale è "flush dns cache with single click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DNS Flusher
Scarica i file di estensione DNS Flusher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
_ _ _ | \ | | | | | \| | ___ | |_ ___ | . ` |/ _ \| __/ _ \ | |\ | (_) | || __/ |_| \_|\___/ \__\___| Before you install, visit chrome://flags/#extensions-on-chrome-urls and make sure you have that feature enabled!!!
Informazioni di Base sull'Estensione
Nome | DNS Flusher |
ID | nbomnjapnclaocillijpceooehonajnk |
URL Ufficiale | https://chromewebstore.google.com/detail/dns-flusher/nbomnjapnclaocillijpceooehonajnk |
Descrizione | flush dns cache with single click |
Dimensione del File | 18.67 KB |
Conteggio Installazioni | 4,728 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2017-09-19 |
Data di Pubblicazione | 2017-09-19 |
Valutazione | 4.00/5 Totale 14 Valutazioni |
Sviluppatore | ylzcylx |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jdf2e/dns_flusher |
URL della Pagina di Aiuto | https://github.com/jdf2e/dns_flusher/issues |
Lingue Supportate | 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" } |