DomainShield Trusted Browsing

Browser extension to detect site details

Qu'est-ce que DomainShield Trusted Browsing ?

DomainShield Trusted Browsing est une extension Chrome développée par addon, et sa fonction principale est "Browser extension to detect site details".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DomainShield Trusted Browsing

Téléchargez les fichiers d'extension DomainShield Trusted Browsing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DomainShield Trusted Browsing DomainShield Trusted Browsing
ID coakjjpbmdghmgaaojndphncnfhdhbla
URL Officiel https://chromewebstore.google.com/detail/domainshield-trusted-brow/coakjjpbmdghmgaaojndphncnfhdhbla
Description Browser extension to detect site details
Taille du Fichier 159 KB
Nombre d'Installations 34
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-07-13
Date de Publication 2023-07-08
Développeur addon
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.domainshield.com.au/
URL de la Page d'Aide https://www.domainshield.com.au/contact.php
Langues Prises en Charge 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"
    }
}