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": "Facebook Suggested Friends Filtering",
"version": "1.0.3",
"description": "An enhanced Facebook extensions that helps filter suggested friends easily.",
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/icons\/icon.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*"
],
"css": [
"styles.css"
],
"js": [
"libs\/jquery.min.js",
"libs\/bootstrap.bundle.min.js",
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"128": "icons\/icon128.png"
}
}