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": "Twitter Exporter",
"description": "Powerful data export tool for X (formerly Twitter), Export tweets, threads, and more from X platform",
"version": "0.8.3",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"permissions": [
"cookies",
"notifications",
"alarms",
"idle",
"declarativeNetRequest",
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/x.com\/**",
"https:\/\/api.x.com\/**",
"https:\/\/ton.x.com\/**",
"https:\/\/store.rxliuli.com\/**"
],
"author": {
"email": "[email protected]"
},
"homepage_url": "https:\/\/store.rxliuli.com\/extensions\/twitter-exporter",
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Twitter Exporter",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html"
}
}