Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.0.3", "name": "Download Videos for Twitter", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "scripts\/content.js" ], "css": [ "scripts\/content.css" ] } ], "permissions": [ "webRequest" ], "host_permissions": [ "*:\/\/*.twitter.com\/*" ], "homepage_url": "https:\/\/download-videos-twitter.freespeedcheck.net\/" }