By: Malwarebytes
Inspect and view changes in Malwarebytes Browser Guard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"action": {
"default_icon": {
"16": "app/assets/bg-icon/bg-favicon-16x16.png",
"32": "app/assets/bg-icon/bg-favicon-32x32.png",
"48": "app/assets/bg-icon/bg-favicon-48x48.png",
"64": "app/assets/bg-icon/bg-favicon-64x64.png",
"96": "app/assets/bg-icon/bg-favicon-96x96.png",
"200": "app/assets/bg-icon/bg-favicon-200x200.png",
"256": "app/assets/bg-icon/bg-favicon-256x256.png",
"512": "app/assets/bg-icon/bg-favicon-512x512.png"
},
"default_popup": "app/popup/index.html",
"default_title": "Malwarebytes"
},
"author": "Malwarebytes",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"content-debugging.js"
],
"matches": [
"https://browserguard.local/*"
],
"run_at": "document_start"
},
{
"all_frames": true,
"js": [
"content-scripts.js"
],
"match_about_blank": true,
"matches": [
"http://*/*",
"https://*/*"
],
"run_at": "document_start"
},
{
"js": [
"content-oap-notification.js"
],
"matches": [
"https://myaccount.google.com/*"
],
"run_at": "document_idle"
},
{
"js": [
"content-linkedin.js"
],
"matches": [
"https://www.linkedin.com/*"
],
"run_at": "document_idle"
},
{
"all_frames": true,
"js": [
"content-shell-main.js"
],
"match_about_blank": true,
"matches": [
"http://*/*",
"https://*/*"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"all_frames": true,
"js": [
"injection-tss-mv3.js"
],
"match_about_blank": true,
"matches": [
"http://*/*",
"https://*/*"
],
"run_at": "document_start",
"world": "MAIN"
}
],
"content_security_policy": {
"extension_pages": "default-src 'self'; base-uri 'self'; object-src 'none'; script-src 'self'; frame-ancestors 'self' https://my.malwarebytes.com; frame-src 'none'; worker-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; font-src 'self'; connect-src 'self' *;"
},
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "mbgc.mv3.whitelist_1",
"path": "db/mbgc.mv3.whitelist_1.json"
},
{
"enabled": false,
"id": "mbgc.mv3.ads_1",
"path": "db/mbgc.mv3.ads_1.json"
},
{
"enabled": false,
"id": "mbgc.mv3.ads_2",
"path": "db/mbgc.mv3.ads_2.json"
},
{
"enabled": false,
"id": "mbgc.mv3.malware_1",
"path": "db/mbgc.mv3.malware_1.json"
},
{
"enabled": false,
"id": "mbgc.mv3.easylist_1",
"path": "db/mbgc.mv3.easylist_1.json"
},
{
"enabled": false,
"id": "mbgc.mv3.easyprivacy_1",
"path": "db/mbgc.mv3.easyprivacy_1.json"
},
{
"enabled": true,
"id": "mbgc.arw",
"path": "db/mbgc.arw.json"
},
{
"enabled": true,
"id": "mbgc.mv3.always_allow_DNR",
"path": "db/mbgc.mv3.always_allow_DNR.json"
}
]
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"externally_connectable": {
"matches": [
"https://my.malwarebytes.com/*"
]
},
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "app/assets/bg-icon/bg-favicon-16x16.png",
"32": "app/assets/bg-icon/bg-favicon-32x32.png",
"48": "app/assets/bg-icon/bg-favicon-48x48.png",
"64": "app/assets/bg-icon/bg-favicon-64x64.png",
"96": "app/assets/bg-icon/bg-favicon-96x96.png",
"200": "app/assets/bg-icon/bg-favicon-200x200.png",
"256": "app/assets/bg-icon/bg-favicon-256x256.png",
"512": "app/assets/bg-icon/bg-favicon-512x512.png"
},
"incognito": "split",
"manifest_version": 3,
"name": "Malwarebytes Browser Guard",
"permissions": [
"alarms",
"downloads",
"storage",
"tabs",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"unlimitedStorage",
"webRequest",
"contextMenus",
"nativeMessaging",
"activeTab",
"scripting",
"identity"
],
"optional_permissions": [
"clipboardRead",
"clipboardWrite",
"history",
"contentSettings",
"privacy"
],
"version": "3.2.0",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"*.eot",
"*.ttf",
"*.woff",
"*.woff2",
"app/popup/assets/icons/*"
],
"use_dynamic_url": true
},
{
"matches": [
"https://my.malwarebytes.com/*"
],
"resources": [
"app/popup/index.html",
"app/popup/popup.css"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>"
],
"resources": [
"app/assets/close-icon.svg",
"app/assets/tooltip.svg",
"app/eventpages/debugger.html",
"app/eventpages/downloading.html",
"app/eventpages/block-notification.html",
"app/eventpages/breach-notification.html",
"app/eventpages/block-notification.css",
"app/eventpages/block-notification-dark.css",
"app/eventpages/breach-notification.css",
"app/eventpages/breach-notification-dark.css",
"app/eventpages/monthly-notification.html",
"app/eventpages/monthly-notification.css",
"app/eventpages/monthly-notification-dark.css",
"app/assets/check-icon.svg",
"app/assets/check-icon-dark.svg",
"app/eventpages/release-notification.html",
"app/eventpages/release-notification.css",
"app/eventpages/release-notification-dark.css",
"app/eventpages/clipboard-notification.html",
"app/eventpages/clipboard-notification.css",
"app/eventpages/clipboard-notification-dark.css",
"app/eventpages/search-hijacking-notification.html",
"app/eventpages/search-hijacking-notification.css",
"app/eventpages/search-hijacking-notification-dark.css",
"app/eventpages/ruleset-error.html",
"injection-instart.js",
"injection-tss-mv3.js",
"injection-tss-notification.js",
"injection-topics.js",
"injection-tss-skimmer.js",
"vendor/*",
"app/content-style.css",
"app/popup/index.html",
"app/popup/popup.css"
],
"use_dynamic_url": true
}
]
} Best Malwarebytes Browser Guard Alternatives
Here are some Chrome extensions that are similar to Malwarebytes Browser Guard:
Microsoft Defender Browser Protection
https://browserprotection.microsoft.com/
Malwarebytes Browser Guard Beta
https://www.malwarebytes.com/
VT4Browsers + Google TI
vtchromizer-devs
Emsisoft Browser Security
http://www.emsisoft.com/
TrafficLight
http://trafficlight.bitdefender.com/
Privacy Badger
http://www.eff.org/
IObit Surfing Protection
IObit
Malware & URL Scanner
D09r
Anti phising safer browsing for chrome
https://browserguard.net
Speed Tweaks
Yubi
WebDefender: Antivirus & Privacy Protection
https://getwebdefender.com
NoScript
https://noscript.net