By: SafeToOpen
Inspect and view changes in SafeToOpen Browser Security and Privacy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_extName__",
"version": "8.0.5",
"homepage_url": "https://safetoopen.com/",
"description": "__MSG_appDesc__",
"short_name": "SafeToOpen",
"browser_specific_settings": {
"gecko": {
"id": "contact@safetoopen.com",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"websiteContent",
"websiteActivity",
"browsingActivity"
],
"optional": [
"technicalAndInteraction"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
},
"permissions": [
"downloads",
"storage",
"tabs",
"alarms",
"contextMenus",
"history",
"webRequest",
"webRequestBlocking",
"webNavigation",
"scripting",
"nativeMessaging",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"<all_urls>",
"file:///*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "main_rules",
"enabled": false,
"path": "rules.json"
},
{
"id": "block_trackers2",
"enabled": false,
"path": "rules2.json"
},
{
"id": "block_trackers3",
"enabled": false,
"path": "rules3.json"
},
{
"id": "block_search_engine_parameters",
"enabled": false,
"path": "private_search.json"
}
]
},
"background": {
"scripts": [
"js/worker.js"
],
"type": "module"
},
"action": {
"default_icon": "images/SafeToOpen_128.png",
"default_title": "SafeToOpen",
"default_popup": "html/popup.html"
},
"icons": {
"128": "images/SafeToOpen_128.png"
},
"web_accessible_resources": [
{
"resources": [
"html/*",
"css/*",
"js/*",
"images/*",
"data/*",
"_locales/*/messages.json"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"https://ntp.msn.com/*",
"https://newtab.msn.com/*",
"https://assets.msn.com/*"
],
"all_frames": false,
"js": [
"js/sto_log.js",
"js/sto_alerts.js",
"js/safetoopen.js",
"js/sto_pii_submit_guard.js",
"js/psl.min.js",
"js/enc.js",
"js/jquery-3.6.1.js",
"js/patterns.js",
"js/sto_visual_collector.js",
"js/visuals.js",
"js/sto_dynamic_resubmit.js",
"js/preview.js"
],
"css": [
"css/alerts.css",
"css/style.css"
],
"run_at": "document_idle",
"match_about_blank": true
},
{
"matches": [
"https://mail.google.com/*",
"https://outlook.live.com/*",
"https://outlook.office.com/*",
"https://outlook.office365.com/*",
"https://outlook.cloud.microsoft/*",
"https://mail.yahoo.com/*",
"https://account.proton.me/u/*/mail/*",
"https://mail.proton.me/*",
"https://www.google.com/search*",
"https://www.google.com.au/search*",
"https://www.google.co.uk/search*",
"https://www.google.co.nz/search*",
"https://www.bing.com/search*",
"https://duckduckgo.com/*",
"https://search.brave.com/*",
"https://search.yahoo.com/*",
"https://chatgpt.com/*",
"https://gemini.google.com/*",
"https://claude.ai/*",
"https://www.perplexity.ai/*",
"https://chat.deepseek.com/*",
"https://copilot.microsoft.com/*",
"https://m365.cloud.microsoft/*"
],
"all_frames": false,
"js": [
"js/sto_log.js",
"js/sto_alerts.js",
"js/safetoopen.js",
"js/sto_pii_submit_guard.js",
"js/psl.min.js",
"js/enc.js",
"js/jquery-3.6.1.js",
"js/patterns.js",
"js/sto_visual_collector.js",
"js/visuals.js",
"js/sto_dynamic_resubmit.js",
"js/preview.js",
"js/sto_email_scanner.js"
],
"css": [
"css/alerts.css",
"css/style.css"
],
"run_at": "document_idle"
},
{
"js": [
"js/sto_log.js",
"js/psl.min.js",
"js/frames.js",
"js/sto_visual_collector.js",
"js/iframe_script.js",
"js/visuals.js"
],
"matches": [
"<all_urls>"
],
"exclude_matches": [
"https://ogs.google.com/*",
"https://ntp.msn.com/*",
"https://newtab.msn.com/*",
"https://assets.msn.com/*"
],
"all_frames": true,
"run_at": "document_end"
},
{
"matches": [
"http://*/*",
"https://*/*"
],
"exclude_matches": [
"https://ntp.msn.com/*",
"https://newtab.msn.com/*",
"https://assets.msn.com/*"
],
"js": [
"js/sto_behaviour_probe.js"
],
"run_at": "document_start",
"world": "MAIN",
"all_frames": false
},
{
"matches": [
"http://*/*",
"https://*/*"
],
"exclude_matches": [
"https://ntp.msn.com/*",
"https://newtab.msn.com/*",
"https://assets.msn.com/*"
],
"js": [
"js/sto_incident_buffer.js"
],
"run_at": "document_start",
"all_frames": false
},
{
"matches": [
"http://*/*",
"https://*/*",
"file:///*"
],
"exclude_matches": [
"https://ntp.msn.com/*",
"https://newtab.msn.com/*",
"https://assets.msn.com/*"
],
"js": [
"js/psl.min.js",
"js/sto_behaviour_observer.js"
],
"run_at": "document_start",
"all_frames": false
},
{
"matches": [
"http://*/*",
"https://*/*",
"file:///*"
],
"exclude_matches": [
"https://ntp.msn.com/*",
"https://newtab.msn.com/*",
"https://assets.msn.com/*"
],
"js": [
"js/sto_log.js",
"js/psl.min.js",
"js/sto_brand_match.js",
"js/sto_privacy_signals.js",
"js/sto_login_safety.js"
],
"run_at": "document_idle",
"all_frames": false
},
{
"matches": [
"https://plus.safetoopen.com/*"
],
"js": [
"js/sto_activation_pickup.js"
],
"run_at": "document_end",
"all_frames": false
},
{
"matches": [
"https://safetoopen.com/*",
"https://www.safetoopen.com/*"
],
"js": [
"js/sto_presence.js"
],
"run_at": "document_start",
"all_frames": false
}
]
} Best SafeToOpen Browser Security and Privacy Alternatives
Here are some Firefox add-ons that are similar to SafeToOpen Browser Security and Privacy:
SafeBrowse
Richard Kabanda
Safe browsing
ZTASecurity
SafeBrowz
SafeBrowz
Safety Extension for Browser
Ahamed.M
Privacy Expert Safe Browser
IDnotify
Sekant Web Security
Sekant Security
Sapher Browser Extension
Sapher Technology
Vsafe - Phishing URL Detector
Digimartrix
Osprey: Browser Protection
Osprey Project
SafeLink Guard - phishing & spam scanner
Ambrazevicius D
ScamBlock – Online Safety Extension
Ludovic
Fraud Scanner
Internet Politie