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",
"description": "Facebook Automation Software",
"version": "1.0.6",
"manifest_version": 3,
"name": "EZ Engagement",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"action": [],
"icons": {
"128": "icon-128.png"
},
"permissions": [
"background",
"storage",
"alarms"
],
"host_permissions": [
"*:\/\/www.facebook.com\/*",
"*:\/\/web.facebook.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.facebook.com\/*",
"*:\/\/web.facebook.com\/*"
],
"js": [
"autoComment.bundle.js",
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
],
"exclude_matches": [
"*:\/\/www.facebook.com\/messages\/*",
"*:\/\/web.facebook.com\/messages\/*"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.facebook.com\/*eze=1*"
],
"js": [
"extOverlayScript.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/www.facebook.com\/*",
"*:\/\/web.facebook.com\/*"
],
"js": [
"pageReloaderScript.bundle.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png",
"scripts\/*",
"iframes\/*"
],
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/*.messenger.com\/*"
]
}
]
}