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",
"manifest_version": 3,
"name": "Twitter\/X Comments Exporter",
"version": "1.0",
"description": "Export Twitter\/X Posts comments to CSV with one click",
"permissions": [
"scripting",
"activeTab",
"downloads"
],
"host_permissions": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
}
},
"icons": {
"16": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
}
}