WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
WOT: Website Security & Safety Checker

WOT: Website Security & Safety Checker

View on Chrome Web Store
View WOT: Website Security & Safety Checker Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (10,731 ratings)
3 new ratings
77 views
This extension has been viewed 77 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Stay safe online with WOT, the ultimate website security and safety check extension
Type
Extension
Users
800,000 users
100K
Website mywot.com
WOT Services Oy
View author page of WOT Services Oy
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 24, 2009
Version 5.9.1
Manifest version
3
Updated
Updated on November 6, 2025
make_chrome_yours/privacy
Extension Category
Website
Visit developer website
View on Chrome Web Store
View WOT: Website Security & Safety Checker Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "name": "__MSG_appName__",
    "short_name": "Web of Trust",
    "version": "5.9.1",
    "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",
                "libs\/growthbook.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\/shared\/growthbook.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\/OptOutSerpPopup.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
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content\/extInfoFrame.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.svg",
                "images\/*.png",
                "images\/*.gif",
                "styles\/*.css",
                "scripts\/content\/*.js",
                "images\/animations\/*.json",
                "resources\/*.json",
                "popupV2.html",
                "addReview.html",
                "loggedOut.html",
                "breachInfo.html"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": []
        }
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top