DigiPowers DNS Flusher++
Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click.
什麼是DigiPowers DNS Flusher++?
DigiPowers DNS Flusher++是由https://www.mediaonestudios.com開發的Chrome擴展程式,該擴展的主要功能是“Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click.”。
擴展截圖
下載DigiPowers DNS Flusher++擴展crx文件
下載DigiPowers DNS Flusher++擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a Chrome extension which allows you to easily flush the DNS cache, optionally delete any AWS Classic and Application Load Balancer cookies, and display details of the server in a status overlay.
See the Website link for installation and usage instructions. 擴展基本資訊
| 名稱 | |
| ID | bmkdmlopojkmhinncjnhhlcdpdgjbabo |
| 官方網址 | https://chromewebstore.google.com/detail/digipowers-dns-flusher++/bmkdmlopojkmhinncjnhhlcdpdgjbabo |
| 簡介 | Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click. |
| 檔案大小 | 1.81 MB |
| 安裝次數 | 59 |
| 目前版本 | 2.0.4 |
| 更新時間 | 2023-04-03 |
| 上架時間 | 2020-02-16 |
| 開發者 | https://www.mediaonestudios.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/rkaiser0324/DNS-Flusher |
| 隱私政策頁面URL | https://www.mediaonestudios.com/terms-use-privacy-policy |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DigiPowers DNS Flusher++",
"short_name": "DNS Flusher++",
"version": "2.0.4",
"manifest_version": 3,
"description": "Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click.",
"action": {
"default_title": "DNS Flusher++"
},
"commands": {
"flash-and-reload": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "Command+Shift+F"
},
"description": "Flush DNS and reload"
}
},
"options_page": "options.html",
"background": {
"service_worker": "background.js",
"css": "css\/bulma.min.css"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/*\/*"
],
"js": [],
"css": [
"css\/style.css"
]
}
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"activeTab",
"webRequest",
"cookies",
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/*\/*"
]
} | |