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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
    ]
}