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": "xsavr - Twitter Video Downloader", "version": "1.0.2", "description": "Download videos from Twitter posts easily and quickly. Save your your favorite Twitter (X) videos in high quality.", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ] } ], "icons": { "16": "icon-16x16.png", "32": "icon-32x32.png", "192": "icon-192x192.png", "512": "icon-512x512.png" } }