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",
"name": "Post Profits Pro",
"version": "3.1.0",
"description": "Respond to all comments on your post with a simple click. Get maximum post exposure and engagement automatically.",
"short_name": "PPP",
"icons": {
"16": "images\/1617968550542-smallLogo.png",
"48": "images\/1617968550617-mediumLogo.png",
"128": "images\/1617968550663-largeLogo.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*"
],
"js": [
".\/jquery.min.js",
".\/js\/content.js"
],
"css": [
"assets\/content.css",
"css\/customCss.css"
]
}
],
"action": {
"default_popup": "login.html",
"default_title": "Post Profits Pro"
},
"permissions": [
"tabs",
"scripting",
"storage",
"activeTab",
"clipboardRead"
],
"host_permissions": [
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*"
],
"options_page": "settings.html",
"background": {
"service_worker": ".\/js\/assembleAllScript.js"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"images\/*",
"js\/*",
"settings.html"
],
"matches": [
"<all_urls>"
]
}
],
"manifest_version": 3
}