Twitter video downloader
Twitter Video Downloader - Download twitter videos MP4 & GIF
Twitter video downloader là gì?
Twitter video downloader là một tiện ích mở rộng Chrome được phát triển bởi https://mp3downy.com, và tính năng chính của nó là "Twitter Video Downloader - Download twitter videos MP4 & GIF".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitter video downloader
Tải xuống các tệp mở rộng Twitter video downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gchlpekenfndnldgjjllnphbjlajikhp |
URL Chính Thức | https://chrome.google.com/webstore/detail/twitter-video-downloader/gchlpekenfndnldgjjllnphbjlajikhp |
Mô tả | Twitter Video Downloader - Download twitter videos MP4 & GIF |
Kích Thước Tệp | 127 KB |
Số Lần Cài Đặt | 2,493 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2020-05-14 |
Ngày Phát Hành | 2020-05-14 |
Đánh Giá | 2.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://mp3downy.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mp3downy.com/ |
URL Trang Trợ Giúp | https://mp3downy.com/ |
URL Trang Chính Sách Bảo Mật | https://biggbossvotetelugu.info/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |