DomainShield Trusted Browsing

Browser extension to detect site details

Co je DomainShield Trusted Browsing?

DomainShield Trusted Browsing je rozšíření Chrome vyvinuté addon, a jeho hlavní funkcí je „Browser extension to detect site details“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření DomainShield Trusted Browsing

Stáhněte si soubory rozšíření DomainShield Trusted Browsing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název DomainShield Trusted Browsing DomainShield Trusted Browsing
ID coakjjpbmdghmgaaojndphncnfhdhbla
Oficiální URL https://chromewebstore.google.com/detail/domainshield-trusted-brow/coakjjpbmdghmgaaojndphncnfhdhbla
Popis Browser extension to detect site details
Velikost souboru 159 KB
Počet instalací 34
Aktuální Verze 1.0.4
Poslední Aktualizace 2023-07-13
Datum Vydání 2023-07-08
Vývojář addon
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.domainshield.com.au/
URL Stránky Nápovědy https://www.domainshield.com.au/contact.php
Podporované Jazyky 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"
    }
}