Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Nov 15, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "AI Ph\u00e2n t\u00edch Profile Facebook 1.0.5",
"version": "1.0.5",
"description": "Ph\u00e2n t\u00edch Profile Facebook chuy\u00ean s\u00e2u b\u1eb1ng AI",
"action": {
"default_icon": {
"16": "image\/favicon.png",
"48": "image\/favicon.png",
"128": "image\/favicon.png"
}
},
"icons": {
"16": "image\/favicon.png",
"48": "image\/favicon.png",
"128": "image\/favicon.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"sidebar.css"
],
"run_at": "document_end"
}
],
"permissions": [
"activeTab",
"storage",
"cookies",
"tabs"
],
"host_permissions": [
"https:\/\/auto.webhook.vn\/*",
"https:\/\/*.facebook.com\/*",
"https:\/\/facebook.com\/*",
"https:\/\/noti.vn\/*",
"https:\/\/ai-fb.noti.vn\/*"
],
"web_accessible_resources": [
{
"resources": [
"image\/*",
"sidebar.css"
],
"matches": [
"<all_urls>"
]
}
]
}