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 X-Ray for Twitter - TweetXRay.com",
"description": "Get quick access to Twitter stats with TweetXRay.com. Highlights popular content & profiles; locally stores data for offline access.",
"version": "1.1.0",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-32.png",
"96": "img\/logo-96.png",
"128": "img\/logo-128.png",
"196": "img\/logo-196.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img\/logo-196.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content-script-loader.chunk-62c6e296.ff4d25aa.js",
"assets\/content-script-loader.chunk-119e6347.2e358fce.js"
],
"matches": [
"*:\/\/x.com\/*"
],
"run_at": "document_end",
"css": [
"assets\/index.js.559beb45.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/x.com\/*"
],
"resources": [
"*"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/x.com\/*"
],
"resources": [
"assets\/chunk-6c3a2e6d.js",
"assets\/chunk-ab8d9e32.js",
"assets\/chunk-a8144d54.js",
"assets\/chunk-9eccd470.js",
"assets\/chunk-62c6e296.js",
"assets\/chunk-3a34b956.js",
"assets\/chunk-119e6347.js"
],
"use_dynamic_url": true
}
],
"permissions": [
"storage"
]
}