WOT: Website Security & Safety Checker
Stay safe online with WOT, the ultimate website security and safety check extension
O que é WOT: Website Security & Safety Checker?
WOT: Website Security & Safety Checker é uma extensão do Chrome desenvolvida por https://mywot.com, e sua principal característica é "Stay safe online with WOT, the ultimate website security and safety check extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WOT: Website Security & Safety Checker
Baixe arquivos de extensão WOT: Website Security & Safety Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Stay safe online with WOT, the ultimate website safety checker. Check website security easily with the WOT Chrome Extension. Just like how we take steps to protect ourselves in the physical world, it's important to protect ourselves in the digital world as well. Which is why we’ve developed features such as our website safety checker, anti-phishing alerts, identity theft protection and more. WOT is the #1 solution for website security, website safety and online safety. Our Safety Features Include: *Website Safety Checker Get alerted if a website you’re about to visit is harmful or suspicious with our website safety and website security checker *Anti-Phishing Receive warnings if you get an email that contains suspicious or harmful links *Data Breach Monitoring See if any of your passwords have been leaked so you can update your login credential before your other accounts are impacted *Adult Content Protection Block adult content from appearing on your device(s) *Safe Shopping Know before you buy! Instantly be alerted if the website you are shopping on is not secure or not safe *Digital Tracking Prevention See which websites are tracking your online activities and habits and how you can prevent them from tracking you further With our dashboard you’ll be able to increase your website security by: ★ Seeing in real time harmful sites that were blocked ★ Knowing the number of suspicious emails you’ve received ★ Checking if your online activities are being tracked ★ Instantly knowing if your personal information was leaked. Ever wondered how to check if a website is safe? Our community of over 2 million people has your back. Download WOT the website safety check extension for Chrome to feel secure and protected while you search, shop and surf the web. The WOT Community is unlike any other. We are powered by a global community of 2M+ happy and safe customers. Enjoy community features like: ★ Requesting a review If you come across a site without a rating, you can ask the community to review it ★ Ratings & Reviews We use smart algorithms and human verification to root out false testimonials ★★★★★Been using this extension for years. Love it. ★★★★★Love this App keeps me and my computer safe from all those evils out there! It stops me from going into bad sites and much more. Everyone should have this app. I have it also on my cell phone! An Important Note: We respect your privacy and work very hard to preserve it. To enable real-time protection and allow us to fully understand website reputations, we require the collection of browsing data, as described in our Privacy Policy: https://www.mywot.com/en/privacy/privacy_policy. We are able to provide our service by accessing the following permissions: tabs, broad hosts, context Menus, web Navigation, web Request, declarative Net Request, scripting, alarms and storage. Want to check out our website? https://www.mywot.com/ Ready for website security across all your devices? Download our apps! Android: https://play.google.com/store/apps/details?id=com.wot.security&hl=en_US iPhone: https://apps.apple.com/us/app/wot-mobile-security-protection/id1451498125
Informações Básicas da Extensão
Nome | WOT: Website Security & Safety Checker |
ID | bhmmomiinigofkjcapegjjndpbikblnp |
URL Oficial | https://chromewebstore.google.com/detail/wot-website-security-safe/bhmmomiinigofkjcapegjjndpbikblnp |
Descrição | Stay safe online with WOT, the ultimate website security and safety check extension |
Tamanho do Arquivo | 5.59 MB |
Contagem de Instalações | 944,503 |
Versão Atual | 5.5.0 |
Última Atualização | 2024-02-25 |
Data de Publicação | 2020-06-10 |
Classificação | 4.47/5 Total de 10525 Avaliações |
Desenvolvedor | https://mywot.com |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://www.mywot.com/ |
URL da Página de Ajuda | https://support.mywot.com/ |
URL da Página de Política de Privacidade | https://www.mywot.com/extension-privacy |
Idiomas Suportados | de,en,fr,nl,no,tr,da,es,it,pl,pt-BR,fi,sv,cs,ru,uk,hi,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "name": "__MSG_appName__", "short_name": "Web of Trust", "version": "5.5.0", "manifest_version": 3, "description": "__MSG_appDescription__", "default_locale": "en", "author": "MyWOT", "content_security_policy": { "extension_pages": "style-src 'self' 'unsafe-inline' http:\/\/fonts.googleapis.com; script-src 'self' ; object-src 'self'; img-src * data:;" }, "icons": { "16": "images\/16x16.png", "18": "images\/18x18.png", "20": "images\/20x20.png", "24": "images\/24x24.png", "32": "images\/32x32.png", "40": "images\/40x40.png", "48": "images\/48x48.png", "96": "images\/96x96.png", "128": "images\/128x128.png" }, "permissions": [ "tabs", "contextMenus", "webNavigation", "webRequest", "declarativeNetRequest", "declarativeNetRequestFeedback", "storage", "scripting", "alarms" ], "host_permissions": [ "http:\/\/www.mywot.com\/*", "http:\/\/api.mywot.com\/*", "https:\/\/api.mywot.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_icon": { "20": "images\/20x20.png", "40": "images\/40x40.png", "48": "images\/48x48.png" }, "default_title": "__MSG_appTooltip__", "default_popup": "" }, "options_page": "options.html", "background": { "service_worker": ".\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/content.css" ], "js": [ "scripts\/crossbrowser.js", "libs\/lodash.min.js", "libs\/react.min.js", "libs\/react-dom.min.js", "libs\/react-redux.min.js", "libs\/webext-redux.js", "libs\/react-custom-scrollbar.js", "libs\/bodymovin-lottie-engine.js", "scripts\/shared\/constants.js", "scripts\/shared\/fonts.js", "scripts\/shared\/utils.js", "scripts\/shared\/wotCrypto.js", "scripts\/shared\/wotApi.js", "scripts\/shared\/lottieAnimation.js", "scripts\/shared\/titleWithTooltip.js", "scripts\/background\/app\/actions.js", "scripts\/content\/components\/common\/warningReportsContainer.js", "scripts\/content\/components\/common\/ratingStars.js", "scripts\/content\/components\/common\/buttonAction.js", "scripts\/content\/components\/common\/reputationBubble.js", "scripts\/content\/components\/assistant\/preCheckAssistant.js", "scripts\/content\/components\/assistant\/popup.js", "scripts\/content\/components\/assistant\/assistantPopup.js", "scripts\/content\/components\/shield\/shield.js", "scripts\/content\/components\/shield\/shieldOnBoarding.js", "scripts\/content\/components\/serpPopup\/ScorecardData.js", "scripts\/content\/components\/serpPopup\/scorecardLink.js", "scripts\/content\/components\/serpPopup\/SerpPopupFooter.js", "scripts\/content\/components\/serpWarning\/serpWarning.js", "scripts\/content\/components\/serpWarning\/mailOffering.js", "scripts\/shared\/scheduler.js", "scripts\/content\/components\/leakHook\/leakHook.js", "scripts\/content\/components\/idTheftHookInGmail\/idTheftHookInGmail.js", "scripts\/content\/components\/warning\/warningAttributes.js", "scripts\/content\/components\/warning\/warningActionsContainer.js", "scripts\/content\/components\/warning\/warningMessageContainer.js", "scripts\/content\/components\/warning\/warningStrip.js", "scripts\/content\/components\/warning\/optoutStrip.js", "scripts\/content\/components\/warning\/badRatingNotification.js", "scripts\/content\/components\/warning\/warning.js", "scripts\/content\/addReviewHandler.js", "scripts\/content\/components\/common\/extendHandler.js", "scripts\/content\/components\/common\/previewHandler.js", "scripts\/content\/preCheckAssistantHandler.js", "scripts\/content\/serpHandler.js", "scripts\/content\/redirectHandler.js", "scripts\/content\/sharingHandler.js", "scripts\/content\/warningHandler.js", "scripts\/content\/leakHookHandler.js", "scripts\/content\/socialAuthHandler.js", "scripts\/shared\/getPremium.js", "scripts\/shared\/statelessFunctions.js", "scripts\/shared\/statelessFunctionsComponents.js", "scripts\/content\/popup\/sliderManager.js", "scripts\/content\/popup\/serpPopupManager.js", "scripts\/content\/index.js", "scripts\/shared\/pinWotPopup\/pinPopupHandler.js", "scripts\/shared\/pinWotPopup\/pinPopupContainer.js", "scripts\/content\/popupV2\/popupOnboardingHandler.js", "scripts\/content\/popupV2\/popupOnboarding.js", "scripts\/content\/popupV2\/popupContentArea.js", "scripts\/content\/popupV2\/popupMainContainer.js" ], "run_at": "document_end", "all_frames": true, "match_about_blank": true }, { "matches": [ "*:\/\/*.mywot.com\/*" ], "js": [ "scripts\/content\/extInfo.js" ], "run_at": "document_start", "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "images\/*.svg", "images\/*.png", "images\/*.gif", "styles\/*.css", "images\/animations\/*.json", "resources\/*.json", "popupV2.html", "addReview.html", "loggedOut.html", "breachInfo.html" ], "matches": [ " |