DigiPowers DNS Flusher++

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

Was ist DigiPowers DNS Flusher++?

DigiPowers DNS Flusher++ ist eine Chrome-Erweiterung, die von https://www.mediaonestudios.com entwickelt wurde, und ihr Hauptmerkmal ist "Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click.".

Erweiterungsscreenshots

screenshot
screenshot

DigiPowers DNS Flusher++-Erweiterungs-CRX-Datei herunterladen

Laden Sie DigiPowers DNS Flusher++-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name DigiPowers DNS Flusher++ DigiPowers DNS Flusher++
ID bmkdmlopojkmhinncjnhhlcdpdgjbabo
Offizielle URL https://chromewebstore.google.com/detail/digipowers-dns-flusher++/bmkdmlopojkmhinncjnhhlcdpdgjbabo
Beschreibung Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click.
Dateigröße 1.81 MB
Installationsanzahl 59
Aktuelle Version 2.0.4
Letztes Update 2023-04-03
Veröffentlichungsdatum 2020-02-16
Entwickler https://www.mediaonestudios.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/rkaiser0324/DNS-Flusher
URL der Datenschutzrichtlinien-Seite https://www.mediaonestudios.com/terms-use-privacy-policy
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}