WebSiteChecker
Checks whether the currently open page or linked pages are safe.
Qu'est-ce que WebSiteChecker ?
WebSiteChecker est une extension Chrome développée par OrcaSoft, et sa fonction principale est "Checks whether the currently open page or linked pages are safe.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WebSiteChecker
Téléchargez les fichiers d'extension WebSiteChecker 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
You can investigate with one click whether the currently displayed page or the linked page is safe. Additionally, you can thoroughly check details such as the host name, IP address, domain, and administrator name of the target site.
Informations de Base sur l'Extension
Nom | WebSiteChecker |
ID | odolknbekbmmjpkcphdoflncdefnecfc |
URL Officiel | https://chromewebstore.google.com/detail/websitechecker/odolknbekbmmjpkcphdoflncdefnecfc |
Description | Checks whether the currently open page or linked pages are safe. |
Taille du Fichier | 25.56 KB |
Nombre d'Installations | 1,560 |
Version Actuelle | 2.0.3 |
Dernière Mise à Jour | 2024-01-02 |
Date de Publication | 2015-08-25 |
Évaluation | 3.50/5 Total 4 Évaluations |
Développeur | OrcaSoft |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://orca-soft.net/chrome/pd/html/privacy_policy.html |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extentionTitle__", "description": "__MSG_extentionDescription__", "version": "2.0.3", "default_locale": "en", "homepage_url": "https:\/\/orca-soft.net\/web\/", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png", "default_title": "__MSG_default_title__" }, "icons": { "16": "icons\/app16.png", "32": "icons\/app32.png", "64": "icons\/app64.png", "128": "icons\/app128.png" }, "permissions": [ "activeTab", "contextMenus" ], "content_security_policy": { "extension_pages": "default-src 'self'; img-src 'self' http:\/\/* https:\/\/* data:; script-src 'self'; style-src 'self' http:\/\/* https:\/\/* 'unsafe-inline'; connect-src 'self' http:\/\/* https:\/\/*;" } } |