DigiPowers DNS Flusher++
Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click.
Qu'est-ce que DigiPowers DNS Flusher++ ?
DigiPowers DNS Flusher++ est une extension Chrome développée par https://www.mediaonestudios.com, et sa fonction principale est "Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DigiPowers DNS Flusher++
Téléchargez les fichiers d'extension DigiPowers DNS Flusher++ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DigiPowers DNS Flusher++ |
ID | bmkdmlopojkmhinncjnhhlcdpdgjbabo |
URL Officiel | https://chromewebstore.google.com/detail/digipowers-dns-flusher++/bmkdmlopojkmhinncjnhhlcdpdgjbabo |
Description | Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click. |
Taille du Fichier | 1.81 MB |
Nombre d'Installations | 59 |
Version Actuelle | 2.0.4 |
Dernière Mise à Jour | 2023-04-03 |
Date de Publication | 2020-02-16 |
Développeur | https://www.mediaonestudios.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rkaiser0324/DNS-Flusher |
URL de la Page de Politique de Confidentialité | https://www.mediaonestudios.com/terms-use-privacy-policy |
Langues Prises en Charge | 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:\/\/*\/*" ] } |