Inspect and view changes in SuperX (Twitter Analytics) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "SuperX (Twitter Analytics)",
"description": "Super insights for your X (Twitter) activities and engagements",
"version": "0.6.63",
"content_scripts": [
{
"matches": [
"https://twitter.com/*",
"https://x.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"
],
"matches": [
"*://*/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}