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": "SuperX (Twitter Analytics)", "description": "Super insights for your X (Twitter) activities and engagements", "version": "0.7.43", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*", "https:\/\/pro.x.com\/*", "https:\/\/pro.twitter.com\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ], "icons": { "16": "16.png", "32": "32.png", "128": "128.png" }, "web_accessible_resources": [ { "resources": [ "js\/listener.js", "ai-bot-placeholder.png" ], "matches": [ "*:\/\/*\/*" ] } ] }