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 Media Batch Downloader",
"short_name": "Twitter Batch DL",
"version": "2.0",
"description": "Batch download all images & videos from any X\/Twitter account \u2014 including withheld \u2014 in original quality, one click, no login.",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/oregon.exyezed.cc\/*",
"https:\/\/frankfurt.exyezed.cc\/*",
"https:\/\/pbs.twimg.com\/*",
"https:\/\/video.twimg.com\/*"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
],
"js": [
"libs\/dayjs.min.js",
"libs\/dexie.min.js",
"libs\/fflate.min.js",
"libs\/preact.min.js",
"libs\/hooks.umd.js",
"libs\/FileSaver.min.js",
"libs\/lucide-preact.min.js",
"libs\/signals-core.min.js",
"content.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"libs\/*",
"fonts\/*"
],
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
]
}
]
}