DomainShield Trusted Browsing
Browser extension to detect site details
Wat is DomainShield Trusted Browsing?
DomainShield Trusted Browsing is een Chrome-extensie ontwikkeld door addon, en de belangrijkste functie is "Browser extension to detect site details".
Extensie Screenshots
Download het CRX-bestand van de extensie DomainShield Trusted Browsing
Download DomainShield Trusted Browsing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | DomainShield Trusted Browsing |
ID | coakjjpbmdghmgaaojndphncnfhdhbla |
Officiële URL | https://chromewebstore.google.com/detail/domainshield-trusted-brow/coakjjpbmdghmgaaojndphncnfhdhbla |
Beschrijving | Browser extension to detect site details |
Bestandsgrootte | 159 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2023-07-13 |
Publicatiedatum | 2023-07-08 |
Ontwikkelaar | addon |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.domainshield.com.au/ |
Help Pagina-URL | https://www.domainshield.com.au/contact.php |
Ondersteunde Talen | 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" } } |