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": "Friend Disconnector",
"description": "Remove inactive and deactivated friends from your Facebook account.",
"version": "2.0.50",
"icons": {
"16": "images\/5e82703c568e944b9d22417d-Friend_Disconnector-1623243368985-small_icon.png",
"48": "images\/5e82703c568e944b9d22417d-Friend_Disconnector-1623243369035-medium_icon.png",
"128": "images\/5e82703c568e944b9d22417d-Friend_Disconnector-1623243369076-large_icon.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": false,
"css": [],
"js": [
"content.js"
],
"matches": [
"https:\/\/*.facebook.com\/*"
],
"run_at": "document_end"
}
],
"action": {
"default_popup": "popup.html",
"default_title": "Friend Disconnector"
},
"content_security_policy": {
"extension_pages": "script-src 'self' ; object-src 'self'"
},
"host_permissions": [
"https:\/\/*.facebook.com\/*",
"https:\/\/api.frienddisconnector.com\/*",
"https:\/\/*.amazonaws.com\/*",
"*:\/\/*.frienddisconnector.com\/*"
],
"permissions": [
"alarms",
"storage",
"unlimitedStorage"
],
"web_accessible_resources": [
{
"resources": [
"*.css",
"*.html",
"*.js",
"*.map",
"*.png",
"*.svg"
],
"matches": [
"https:\/\/*.facebook.com\/*"
]
}
],
"short_name": "FD"
}