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 Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Sanitize Facebook feed",
"description": "Remove sponsored ads, Reels and short videos and any unwanted content from your Facebook feed. Hide or highlight posts with keywords",
"version": "0.0.8",
"icons": {
"128": "images\/off.png"
},
"background": {
"service_worker": "sw\/sw.js",
"type": "module"
},
"action": [],
"permissions": [
"scripting",
"activeTab",
"storage"
],
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"web_accessible_resources": [
{
"resources": [
"content\/*",
"shared\/*"
],
"matches": [
"<all_urls>"
]
}
],
"optional_host_permissions": [
"https:\/\/www.facebook.com\/*"
]
}