DomainShield Trusted Browsing
Browser extension to detect site details
什么是DomainShield Trusted Browsing?
DomainShield Trusted Browsing是由addon开发的Chrome扩展程序,该扩展的主要功能是“Browser extension to detect site details”。
扩展截图
下载DomainShield Trusted Browsing扩展crx文件
下载DomainShield Trusted Browsing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Domain Shield allows you to perform a domain Whois lookup and verify a website’s legitimacy with an ABN number check, providing you with comprehensive information and ensuring authenticity.
扩展基本信息
名称 | DomainShield Trusted Browsing |
ID | coakjjpbmdghmgaaojndphncnfhdhbla |
官方URL | https://chromewebstore.google.com/detail/domainshield-trusted-brow/coakjjpbmdghmgaaojndphncnfhdhbla |
简介 | Browser extension to detect site details |
文件大小 | 159 KB |
安装次数 | 34 |
当前版本 | 1.0.4 |
更新时间 | 2023-07-13 |
上架时间 | 2023-07-08 |
开发者 | addon |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.domainshield.com.au/ |
帮助页面URL | https://www.domainshield.com.au/contact.php |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DomainShield Trusted Browsing", "version": "1.0.4", "description": "Browser extension to detect site details", "homepage_url": "https:\/\/www.domainshield.com.au", "icons": { "48": "icons\/default-48.png" }, "permissions": [ "activeTab", "tabs", "storage" ], "host_permissions": [ "https:\/\/ext.domainshield.com.au\/*" ], "action": { "default_icon": { "32": "icons\/default-48.png" }, "default_title": "DomainShield Trusted Browsing", "default_popup": "popup\/sitedetails.html" }, "background": { "service_worker": "background.js" } } |