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": "Download Twitter Spaces", "version": "1.4.2.3", "description": "Easily download audio from Twitter Spaces (x.com) with one click", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "activeTab", "webRequest", "downloads" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_popup": "popup.html", "default_title": "Media Downloader" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*", "*:\/\/*.pscp.tv\/*", "*:\/\/*.video.pscp.tv\/*" ] }