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开发的Chrome扩展程序,该扩展的主要功能是“Flush the DNS cache, clear any AWS CLB or ALB cookies, and get detailed response information with one click.”。

扩展截图

screenshot
screenshot

下载DigiPowers DNS Flusher++扩展crx文件

下载DigiPowers DNS Flusher++扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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:\/\/*\/*"
    ]
}