DigiPowers DNS Flusher++

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

DigiPowers DNS Flusher++ क्या है?

DigiPowers DNS Flusher++ https://www.mediaonestudios.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DigiPowers DNS Flusher++ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम DigiPowers DNS Flusher++ DigiPowers DNS Flusher++
ID bmkdmlopojkmhinncjnhhlcdpdgjbabo
आधिकारिक URL https://chromewebstore.google.com/detail/digipowers-dns-flusher++/bmkdmlopojkmhinncjnhhlcdpdgjbabo
विवरण Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click.
फ़ाइल का आकार 1.81 MB
स्थापना संख्या 59
वर्तमान संस्करण 2.0.4
अंतिम अपडेट 2023-04-03
प्रकाशन तिथि 2020-02-16
डेवलपर https://www.mediaonestudios.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/rkaiser0324/DNS-Flusher
गोपनीयता नीति पृष्ठ URL https://www.mediaonestudios.com/terms-use-privacy-policy
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}