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 Apr 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Facebook Feed Cleaner", "description": "Adjust the CSS attributes of sponsored and suggested posts on Facebook to improve the user experiences", "version": "1.0.0", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "tabs" ], "host_permissions": [ "http:\/\/www.facebook.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_scripts.js" ] } ], "background": { "service_worker": "background.js" } }