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 |
Eメール | [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" } } |