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": "Best Friends PRO",
"version": "1.10.83",
"description": "Supercharge Facebook prospecting with AI! Add friends, comment, like, message, and more. Connect with 100 targeted leads daily! \ud83d\ude80",
"manifest_version": 3,
"incognito": "split",
"icons": {
"128": "assets\/icons\/icon.png"
},
"action": {
"default_icon": "assets\/icons\/icon.png",
"default_popup": "index.html"
},
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"permissions": [
"tabs",
"storage",
"identity",
"scripting",
"notifications",
"clipboardRead",
"declarativeNetRequest"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*",
"https:\/\/web.facebook.com\/*"
],
"js": [
"scripts\/external-integration.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"index.html"
],
"matches": [
"https:\/\/*.facebook.com\/*"
]
}
],
"host_permissions": [
"https:\/\/*.facebook.com\/*",
"https:\/\/app.lebot.io\/*"
]
}