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": "X-Feed Cleaner", "version": "1.0.15", "description": "A Chrome extension to remove only the home feed on X.com (formerly Twitter) for a cleaner experience.", "action": { "default_popup": "popup.html", "default_icon": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } }, "content_scripts": [ { "matches": [ "https:\/\/x.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "scripts\/communitiesExplore.js", "scripts\/communitiesSuggested.js", "scripts\/communitiesSuggestedMore.js", "scripts\/home.js", "scripts\/startUp.js", "scripts\/stopWatchToggle.js", "scripts\/sideBlocking.js", "scripts\/cheatBlocker.js", "scripts\/autoclickOnce.js", "scripts\/replaceFaviconNotyNumber.js", "main.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ] }