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.」です。
拡張機能のスクリーンショット
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++ |
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 |
Eメール | [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:\/\/*\/*" ] } |