DNS Flusher
flush dns cache with single click
Hvad er DNS Flusher?
DNS Flusher er en Chrome-udvidelse udviklet af ylzcylx, og dens hovedfunktion er "flush dns cache with single click".
Udvidelsesskærmbilleder
Download DNS Flusher-udvidelses-CRX-fil
Download DNS Flusher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
_ _ _ | \ | | | | | \| | ___ | |_ ___ | . ` |/ _ \| __/ _ \ | |\ | (_) | || __/ |_| \_|\___/ \__\___| Before you install, visit chrome://flags/#extensions-on-chrome-urls and make sure you have that feature enabled!!!
Grundlæggende oplysninger om udvidelsen
Navn | DNS Flusher |
ID | nbomnjapnclaocillijpceooehonajnk |
Officiel URL | https://chromewebstore.google.com/detail/dns-flusher/nbomnjapnclaocillijpceooehonajnk |
Beskrivelse | flush dns cache with single click |
Filstørrelse | 18.67 KB |
Antal Installationer | 4,728 |
Nuværende Version | 0.1 |
Senest Opdateret | 2017-09-19 |
Udgivelsesdato | 2017-09-19 |
Bedømmelse | 4.00/5 Samlet 14 Bedømmelser |
Udvikler | ylzcylx |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/jdf2e/dns_flusher |
Hjælpeside-URL | https://github.com/jdf2e/dns_flusher/issues |
Understøttede Sprog | 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" } |