DigiPowers DNS Flusher++

Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click.

¿Qué es DigiPowers DNS Flusher++?

DigiPowers DNS Flusher++ es una extensión de Chrome desarrollada por https://www.mediaonestudios.com, y su función principal es "Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión DigiPowers DNS Flusher++

Descarga archivos de extensión DigiPowers DNS Flusher++ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre DigiPowers DNS Flusher++ DigiPowers DNS Flusher++
ID bmkdmlopojkmhinncjnhhlcdpdgjbabo
URL Oficial https://chromewebstore.google.com/detail/digipowers-dns-flusher++/bmkdmlopojkmhinncjnhhlcdpdgjbabo
Descripción Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click.
Tamaño del Archivo 1.81 MB
Cantidad de Instalaciones 59
Versión Actual 2.0.4
Última Actualización 2023-04-03
Fecha de Publicación 2020-02-16
Desarrollador https://www.mediaonestudios.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/rkaiser0324/DNS-Flusher
URL de la Página de Política de Privacidad https://www.mediaonestudios.com/terms-use-privacy-policy
Idiomas Soportados 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:\/\/*\/*"
    ]
}