Twitter Video Downloader
Click a button to download a video on a Twitter post, even on private profiles.
What is Twitter Video Downloader?
Twitter Video Downloader is a Chrome extension developed by Zelly Snyder, and its main feature is "Click a button to download a video on a Twitter post, even on private profiles.".
Extension Screenshots
Download Twitter Video Downloader Extension CRX File
Download Twitter Video Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A free and open source extension allowing users to download videos from Twitter posts. It even allows downloading videos from private or protected Twitter profiles, provided that you're signed in and follow that account. This extension is free and open source software with no third-party servers involved. It all runs in your browser.
Extension Basic Information
Name | Twitter Video Downloader |
ID | dhfimdgkaolieflclblgaeokakkedjnk |
Official URL | https://chromewebstore.google.com/detail/twitter-video-downloader/dhfimdgkaolieflclblgaeokakkedjnk |
Description | Click a button to download a video on a Twitter post, even on private profiles. |
File Size | 46.51 KB |
Installation Count | 2,183 |
Current Version | 1.0.22 |
Last Updated | 2024-01-06 |
Publish Date | 2022-02-07 |
Rating | 2.75/5 Total 4 Ratings |
Developer | Zelly Snyder |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/proprietary/twitter-video-downloader |
Help Page URL | https://github.com/proprietary/twitter-video-downloader/issues |
Privacy Policy Page URL | https://raw.githubusercontent.com/proprietary/twitter-video-downloader/main/PRIVACY.txt |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Video Downloader", "description": "Click a button to download a video on a Twitter post, even on private profiles.", "version": "1.0.22", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting", "cookies" ], "host_permissions": [ "*:\/\/*.twitter.com\/*", "*:\/\/twitter.com\/*" ], "action": { "default_popup": "popup.html", "default_title": "Twitter Video Downloader: Click while on a Twitter post to download its video", "default_icon": { "16": "\/images\/tvd16.png", "32": "\/images\/tvd32.png", "48": "\/images\/tvd48.png", "128": "\/images\/tvd128.png" } }, "icons": { "16": "\/images\/tvd16.png", "32": "\/images\/tvd32.png", "48": "\/images\/tvd48.png", "128": "\/images\/tvd128.png" } } |