DNS Flusher
flush dns cache with single click
What is DNS Flusher?
DNS Flusher is a Chrome extension developed by ylzcylx, and its main feature is "flush dns cache with single click".
Extension Screenshots
Download DNS Flusher Extension CRX File
Download DNS Flusher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
_ _ _ | \ | | | | | \| | ___ | |_ ___ | . ` |/ _ \| __/ _ \ | |\ | (_) | || __/ |_| \_|\___/ \__\___| Before you install, visit chrome://flags/#extensions-on-chrome-urls and make sure you have that feature enabled!!!
Extension Basic Information
Name | DNS Flusher |
ID | nbomnjapnclaocillijpceooehonajnk |
Official URL | https://chromewebstore.google.com/detail/dns-flusher/nbomnjapnclaocillijpceooehonajnk |
Description | flush dns cache with single click |
File Size | 18.67 KB |
Installation Count | 4,728 |
Current Version | 0.1 |
Last Updated | 2017-09-19 |
Publish Date | 2017-09-19 |
Rating | 4.00/5 Total 14 Ratings |
Developer | ylzcylx |
Payment Type | free |
Extension Website | https://github.com/jdf2e/dns_flusher |
Help Page URL | https://github.com/jdf2e/dns_flusher/issues |
Supported Languages | 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" } |