DNSSEC Checker

Check DNSSEC for domain

什么是DNSSEC Checker?

DNSSEC Checker是由Единый Интегратор Uzinfocom开发的Chrome扩展程序,该扩展的主要功能是“Check DNSSEC for domain”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载DNSSEC Checker扩展crx文件

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

扩展使用说明

                        The extension allows you to check if DNSSEC technology is being used for the current domain name. If DNSSEC technology is used - the extension icon changes to green, if not used - to gray.

DNSSEC (Domain Name System Security Extensions) is a set of extensions to the IETF DNS protocol that minimize attacks associated with spoofing DNS addresses when resolving domain names. It is aimed at providing DNS clients (the English term resolver) with authentic responses to DNS requests (or authentic information about the fact that there is no data) and ensuring their integrity. This uses public key cryptography. Availability of data and confidentiality of requests are not ensured. Keeping DNS secure is critical to overall Internet security.

This extension helps to determine if users on the network have DNSSEC and if the resource is secure. The extension in the background sends the current domain to the dnssec.cctld.uz service, which returns the result. If DNSSEC technology is used - the extension icon changes to green, if not used - to gray.

Note: The results of the extension depend on the availability of the dnssec.cctld.uz service.                    

扩展基本信息

名称 DNSSEC Checker DNSSEC Checker
ID amebjlfjmmeflkjhcealhbekaljgnekg
官方URL https://chromewebstore.google.com/detail/dnssec-checker/amebjlfjmmeflkjhcealhbekaljgnekg
简介 Check DNSSEC for domain
文件大小 63.45 KB
安装次数 585
当前版本 1.0.8
更新时间 2021-12-02
上架时间 2021-10-04
评分 5.00/5 共2次评分
开发者 Единый Интегратор Uzinfocom
电子邮箱 [email protected]
付费类型 free
扩展官网 https://dnssec.uz
帮助页面URL https://dnssec.uz
隐私政策页面URL https://dnssec.cctld.uz/ru/page/privacy-policy
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DNSSEC Checker",
    "description": "__MSG_description__",
    "version": "1.0.8",
    "icons": {
        "64": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "logo-off.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}