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++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mediaonestudios.com และคุณลักษณะหลักของมันคือ "Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DigiPowers DNS Flusher++
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| URL อย่างเป็นทางการ | 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:\/\/*\/*"
]
} | |