Twitter video downloader
Twitter Video Downloader - Download twitter videos MP4 & GIF
What is Twitter video downloader?
Twitter video downloader is a Chrome extension developed by https://mp3downy.com, and its main feature is "Twitter Video Downloader - Download twitter videos MP4 & GIF".
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
This chrome extension will capture all download links of twitter videos, also it will capture GIF images from twitter.com. It will show one or more twitter videos links based on a number of videos on the current twitter page. It can also capture videos from tweet comments. The most common websites which also providing the download service from twitter are, twittervideodownloader chrome extension savetweetvid chrome extension twdown chrome extension downloadtwittervideo chrome extension twsaver chrome extension getfvid chrome extension twdownloader chrome extension ssstwitter chrome extension twdownload chrome extension en.savefrom .net twitter video downloader chrome extension
Extension Basic Information
Name | |
ID | gchlpekenfndnldgjjllnphbjlajikhp |
Official URL | https://chrome.google.com/webstore/detail/twitter-video-downloader/gchlpekenfndnldgjjllnphbjlajikhp |
Description | Twitter Video Downloader - Download twitter videos MP4 & GIF |
File Size | 127 KB |
Installation Count | 2,493 |
Current Version | 1.2 |
Last Updated | 2020-05-14 |
Publish Date | 2020-05-14 |
Rating | 2.60/5 Total 5 Ratings |
Developer | https://mp3downy.com |
[email protected] | |
Payment Type | free |
Extension Website | https://mp3downy.com/ |
Help Page URL | https://mp3downy.com/ |
Privacy Policy Page URL | https://biggbossvotetelugu.info/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter video downloader", "description": "Twitter Video Downloader - Download twitter videos MP4 & GIF", "version": "1.2", "permissions": [ "storage", "https:\/\/twitter.com\/*" ], "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |