WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SafeToOpen Online Security

SafeToOpen Online Security

View on Chrome Web Store
View SafeToOpen Online Security Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (20 ratings)
0 views
This extension has been viewed 0 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.

SafeToOpen Online Security protects you against scams, viruses, and phishing web pages.
Type
Extension
Users
7,000 users
1K
Website safetoopen.com
SafeToOpen
View author page of SafeToOpen
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 17, 2019
Version 6.0.3
Manifest version
3
Updated
Updated on May 6, 2025
make_chrome_yours/privacy
Extension Category
Website
Visit developer website
View on Chrome Web Store
View SafeToOpen Online Security 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "version": "6.0.3",
    "homepage_url": "https:\/\/safetoopen.com\/",
    "description": "__MSG_appDesc__",
    "short_name": "SafeToOpen",
    "storage": {
        "managed_schema": "schema.json"
    },
    "permissions": [
        "downloads",
        "storage",
        "tabs",
        "alarms",
        "contextMenus",
        "history",
        "webRequest",
        "webNavigation",
        "activeTab",
        "declarativeNetRequest",
        "scripting",
        "nativeMessaging"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "<all_urls>",
        "file:\/\/\/"
    ],
    "background": {
        "service_worker": "js\/worker.js",
        "type": "module",
        "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
    },
    "action": {
        "default_icon": "images\/SafeToOpen_128.png",
        "default_title": "SafeToOpen",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "images\/SafeToOpen_16.png",
        "32": "images\/SafeToOpen_32.png",
        "48": "images\/SafeToOpen_48.png",
        "128": "images\/SafeToOpen_128.png"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "html\/*",
                "css\/*",
                "js\/*",
                "images\/*",
                "data\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>",
                "file:\/\/\/"
            ],
            "all_frames": false,
            "js": [
                "js\/safetoopen.js",
                "js\/psl.min.js",
                "js\/enc.js",
                "js\/jquery-3.6.1.js",
                "js\/html2canvas.min.js",
                "js\/patterns.js",
                "js\/visuals.js",
                "js\/preview.js"
            ],
            "css": [
                "css\/alerts.css",
                "css\/style.css"
            ],
            "run_at": "document_idle",
            "match_about_blank": true
        },
        {
            "js": [
                "js\/psl.min.js",
                "js\/frames.js",
                "js\/jquery-3.6.1.js",
                "js\/patterns.js",
                "js\/iframe_script.js",
                "js\/visuals.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}
© 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