Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Browser Security Plus",
"description": "Manage Google Chrome using Browser Security Plus extension",
"version": "2.28",
"background": {
"service_worker": "js\/service-worker.js"
},
"homepage_url": "https:\/\/www.manageengine.com\/browser-security\/",
"icons": {
"16": "bmp16.png",
"48": "bmp48.png",
"128": "bmp128.png"
},
"action": {
"default_icon": "bmp128.png",
"default_title": "Browser Security"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/contentScript.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"js": [
"js\/uploadmanager.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"management",
"webRequest",
"nativeMessaging",
"privacy",
"contentSettings",
"downloads",
"scripting",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"js\/filepicker.js",
"data-extractor.js",
"download_restriction.html"
],
"matches": [
"<all_urls>"
]
}
]
}