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": "xTwitter Video Downloader", "version": "1.16", "description": "download twitter videos with one click", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "utilities.js", "content.js" ] } ], "background": { "service_worker": "bgworker.js" }, "host_permissions": [ "https:\/\/twitter.com\/*", "https:\/\/video.twimg.com\/*" ], "permissions": [ "webRequest" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } }