DomainShield Trusted Browsing

Browser extension to detect site details

What is DomainShield Trusted Browsing?

DomainShield Trusted Browsing is a Chrome extension developed by addon, and its main feature is "Browser extension to detect site details".

Extension Screenshots

screenshot

Download DomainShield Trusted Browsing Extension CRX File

Download DomainShield Trusted Browsing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DomainShield Trusted Browsing DomainShield Trusted Browsing
ID coakjjpbmdghmgaaojndphncnfhdhbla
Official URL https://chromewebstore.google.com/detail/domainshield-trusted-brow/coakjjpbmdghmgaaojndphncnfhdhbla
Description Browser extension to detect site details
File Size 159 KB
Installation Count 34
Current Version 1.0.4
Last Updated 2023-07-13
Publish Date 2023-07-08
Developer addon
Email [email protected]
Payment Type free
Extension Website https://www.domainshield.com.au/
Help Page URL https://www.domainshield.com.au/contact.php
Supported Languages 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"
    }
}