DomainShield Trusted Browsing

Browser extension to detect site details

Cos'è DomainShield Trusted Browsing?

DomainShield Trusted Browsing è un'estensione di Chrome sviluppata da addon, e la sua funzione principale è "Browser extension to detect site details".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DomainShield Trusted Browsing

Scarica i file di estensione DomainShield Trusted Browsing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DomainShield Trusted Browsing DomainShield Trusted Browsing
ID coakjjpbmdghmgaaojndphncnfhdhbla
URL Ufficiale https://chromewebstore.google.com/detail/domainshield-trusted-brow/coakjjpbmdghmgaaojndphncnfhdhbla
Descrizione Browser extension to detect site details
Dimensione del File 159 KB
Conteggio Installazioni 34
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-07-13
Data di Pubblicazione 2023-07-08
Sviluppatore addon
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.domainshield.com.au/
URL della Pagina di Aiuto https://www.domainshield.com.au/contact.php
Lingue Supportate 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"
    }
}