chrome-plugin-dns-cache-clean

chrome dns cache cleaer

什么是chrome-plugin-dns-cache-clean?

chrome-plugin-dns-cache-clean是由yiranzhouyida开发的Chrome扩展程序,该扩展的主要功能是“chrome dns cache cleaer”。

扩展截图

screenshot

下载chrome-plugin-dns-cache-clean扩展crx文件

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

扩展使用说明

                        before use it, we need access `chrome://flags/#extensions-on-chrome-urls` then open it.

after finished, just click the plugin button will be fine                    

扩展基本信息

名称 chrome-plugin-dns-cache-clean chrome-plugin-dns-cache-clean
ID bdpfccanhacmnpdiejhlgglghjmcnlmp
官方URL https://chrome.google.com/webstore/detail/chrome-plugin-dns-cache-c/bdpfccanhacmnpdiejhlgglghjmcnlmp
简介 chrome dns cache cleaer
文件大小 11.94 KB
安装次数 227
当前版本 0.0.4
更新时间 2019-09-26
上架时间 2019-09-26
评分 5.00/5 共2次评分
开发者 yiranzhouyida
付费类型 free
扩展官网 https://github.com/Yiniau/chrome-plugin-dns-cache-clean.git
帮助页面URL https://github.com/Yiniau/chrome-plugin-dns-cache-clean.git
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "chrome-plugin-dns-cache-clean",
    "version": "0.0.4",
    "description": "chrome dns cache cleaer",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "128": "image\/paper-plane.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "chrome:\/\/net-internals\/#sockets",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2
}