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", "name": "Tweet Hunter X: Sidebar for Twitter", "version": "1.15.4", "manifest_version": 3, "description": "Stop doomscrolling and start exploring. A browser extension that enhances Twitter and guides you to the best content.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "dist\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/x.com\/*", "https:\/\/mobile.x.com\/*" ], "js": [ "dist\/content.js" ], "css": [ "dist\/content.css" ] } ], "permissions": [ "webRequest", "storage", "cookies" ], "host_permissions": [ "https:\/\/x.com\/", "https:\/\/api.x.com\/" ], "web_accessible_resources": [ { "matches": [ "https:\/\/x.com\/*", "https:\/\/mobile.x.com\/*" ], "resources": [ "icons\/*" ] } ] }