Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tweet Hunter X: Sidebar for X",
"version": "1.15.11",
"manifest_version": 3,
"description": "Stop doomscrolling and start exploring. A browser extension that enhances X 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\/*"
]
}
]
}