Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Twitter For You", "version": "2.0", "action": { "default_icon": { "16": "images\/for-you-gone-logo-16.png", "32": "images\/for-you-gone-logo-32.png", "64": "images\/for-you-gone-logo-64.png" } }, "description": "Remove Twitter's \"For You\" tab", "icons": { "16": "images\/for-you-gone-logo-16.png", "32": "images\/for-you-gone-logo-32.png", "64": "images\/for-you-gone-logo-64.png", "128": "images\/for-you-gone-logo-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/x.com\/*" ] } ] }