DNS Flusher

flush dns cache with single click

什么是DNS Flusher?

DNS Flusher是由ylzcylx开发的Chrome扩展程序,该扩展的主要功能是“flush dns cache with single click”。

扩展截图

screenshot

下载DNS Flusher扩展crx文件

下载DNS Flusher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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

扩展基本信息

名称 DNS Flusher DNS Flusher
ID nbomnjapnclaocillijpceooehonajnk
官方URL https://chromewebstore.google.com/detail/dns-flusher/nbomnjapnclaocillijpceooehonajnk
简介 flush dns cache with single click
文件大小 18.67 KB
安装次数 4,728
当前版本 0.1
更新时间 2017-09-19
上架时间 2017-09-19
评分 4.00/5 共14次评分
开发者 ylzcylx
付费类型 free
扩展官网 https://github.com/jdf2e/dns_flusher
帮助页面URL https://github.com/jdf2e/dns_flusher/issues
支持的语言 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"
}