chrome-plugin-dns-cache-clean

chrome dns cache cleaer

What is chrome-plugin-dns-cache-clean?

chrome-plugin-dns-cache-clean is a Chrome extension developed by yiranzhouyida, and its main feature is "chrome dns cache cleaer".

Extension Screenshots

screenshot

Download chrome-plugin-dns-cache-clean Extension CRX File

Download chrome-plugin-dns-cache-clean 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 use it, we need access `chrome://flags/#extensions-on-chrome-urls` then open it.

after finished, just click the plugin button will be fine                    

Extension Basic Information

Name chrome-plugin-dns-cache-clean chrome-plugin-dns-cache-clean
ID bdpfccanhacmnpdiejhlgglghjmcnlmp
Official URL https://chrome.google.com/webstore/detail/chrome-plugin-dns-cache-c/bdpfccanhacmnpdiejhlgglghjmcnlmp
Description chrome dns cache cleaer
File Size 11.94 KB
Installation Count 227
Current Version 0.0.4
Last Updated 2019-09-26
Publish Date 2019-09-26
Rating 5.00/5 Total 2 Ratings
Developer yiranzhouyida
Payment Type free
Extension Website https://github.com/Yiniau/chrome-plugin-dns-cache-clean.git
Help Page URL https://github.com/Yiniau/chrome-plugin-dns-cache-clean.git
Supported Languages 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
}