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
}