DigiPowers DNS Flusher++
Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click.
Cos'è DigiPowers DNS Flusher++?
DigiPowers DNS Flusher++ è un'estensione di Chrome sviluppata da https://www.mediaonestudios.com, e la sua funzione principale è "Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DigiPowers DNS Flusher++
Scarica i file di estensione DigiPowers DNS Flusher++ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | DigiPowers DNS Flusher++ |
ID | bmkdmlopojkmhinncjnhhlcdpdgjbabo |
URL Ufficiale | https://chromewebstore.google.com/detail/digipowers-dns-flusher++/bmkdmlopojkmhinncjnhhlcdpdgjbabo |
Descrizione | Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click. |
Dimensione del File | 1.81 MB |
Conteggio Installazioni | 59 |
Versione Corrente | 2.0.4 |
Ultimo Aggiornamento | 2023-04-03 |
Data di Pubblicazione | 2020-02-16 |
Sviluppatore | https://www.mediaonestudios.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rkaiser0324/DNS-Flusher |
URL della Pagina della Politica sulla Privacy | https://www.mediaonestudios.com/terms-use-privacy-policy |
Lingue Supportate | 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:\/\/*\/*" ] } |