WebSiteChecker
Checks whether the currently open page or linked pages are safe.
Cos'è WebSiteChecker?
WebSiteChecker è un'estensione di Chrome sviluppata da OrcaSoft, e la sua funzione principale è "Checks whether the currently open page or linked pages are safe.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WebSiteChecker
Scarica i file di estensione WebSiteChecker 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
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.
Informazioni di Base sull'Estensione
Nome | WebSiteChecker |
ID | odolknbekbmmjpkcphdoflncdefnecfc |
URL Ufficiale | https://chromewebstore.google.com/detail/websitechecker/odolknbekbmmjpkcphdoflncdefnecfc |
Descrizione | Checks whether the currently open page or linked pages are safe. |
Dimensione del File | 25.56 KB |
Conteggio Installazioni | 1,560 |
Versione Corrente | 2.0.3 |
Ultimo Aggiornamento | 2024-01-02 |
Data di Pubblicazione | 2015-08-25 |
Valutazione | 3.50/5 Totale 4 Valutazioni |
Sviluppatore | OrcaSoft |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://orca-soft.net/chrome/pd/html/privacy_policy.html |
Lingue Supportate | 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:\/\/*;" } } |