DigiPowers DNS Flusher++
Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click.
Vad är DigiPowers DNS Flusher++?
DigiPowers DNS Flusher++ är en Chrome-tillägg utvecklad av https://www.mediaonestudios.com, och dess huvudfunktion är "Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click.".
Tilläggsskärmbilder
Ladda ner DigiPowers DNS Flusher++-förlängningens CRX-fil
Ladda ner DigiPowers DNS Flusher++-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | bmkdmlopojkmhinncjnhhlcdpdgjbabo |
| Officiell webbadress | https://chromewebstore.google.com/detail/digipowers-dns-flusher++/bmkdmlopojkmhinncjnhhlcdpdgjbabo |
| Beskrivning | Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click. |
| Filstorlek | 1.81 MB |
| Antal Installationer | 59 |
| Aktuell Version | 2.0.4 |
| Senast Uppdaterad | 2023-04-03 |
| Publiceringsdatum | 2020-02-16 |
| Utvecklare | https://www.mediaonestudios.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/rkaiser0324/DNS-Flusher |
| URL till Sekretesspolicy Sidan | https://www.mediaonestudios.com/terms-use-privacy-policy |
| Stödda Språk | 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:\/\/*\/*"
]
} | |