Inspect and view changes in Slim Feed for Facebook source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Slim Feed for Facebook",
"version": "1.31",
"description": "Removes stories, rooms, sponsored posts, and suggestions from your Facebook feed.",
"icons": {
"48": "icons/icon48.png",
"96": "icons/icon96.png",
"128": "icons/icon128.png"
},
"content_scripts": [
{
"matches": [
"https://www.facebook.com/"
],
"js": [
"slimFacebook.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{f71ba79b-bce4-41c9-8a54-dfb0307fc327}"
}
}
}