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”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | bdpfccanhacmnpdiejhlgglghjmcnlmp |
官方網址 | 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 } |