TrustedSite
See which sites you can trust.
What is TrustedSite?
TrustedSite is a Chrome extension developed by https://www.trustedsite.com, and its main feature is "See which sites you can trust.".
Extension Screenshots
Download TrustedSite Extension CRX File
Download TrustedSite 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
Quickly determine if you can trust a site by getting the details that matter—a business’s security issues, their legitimate contact information, and what they’re using to protect your data. TrustedSite certified sites are rigorously tested and certified to help you you stay safe online.
Extension Basic Information
Name | TrustedSite |
ID | meaanhhbdanomagjkjleigjfiamjhomi |
Official URL | https://chromewebstore.google.com/detail/trustedsite/meaanhhbdanomagjkjleigjfiamjhomi |
Description | See which sites you can trust. |
File Size | 78.39 KB |
Installation Count | 10,000 |
Current Version | 2.6 |
Last Updated | 2022-05-04 |
Publish Date | 2019-06-19 |
Rating | 4.41/5 Total 99 Ratings |
Developer | https://www.trustedsite.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.trustedsite.com/ |
Help Page URL | https://support.trustedsite.com/ |
Privacy Policy Page URL | https://www.trustedsite.com/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TrustedSite", "short_name": "TrustedSite", "description": "See which sites you can trust.", "version": "2.6", "manifest_version": 2, "background": { "scripts": [ "jquery.min.js", "common.js", "background.js" ] }, "homepage_url": "https:\/\/www.trustedsite.com\/", "permissions": [ "activeTab", "background", "https:\/\/*.trustedsite.com\/", "https:\/\/s3-us-west-2.amazonaws.com\/" ], "icons": { "16": "trustedsite-icon-16.png", "32": "trustedsite-icon-32.png", "64": "trustedsite-icon-64.png", "128": "trustedsite-icon-128.png" }, "browser_action": { "default_icon": "trustedsite-icon-32.png", "default_popup": "popup.html", "default_title": "TrustedSite" } } |