Twitter Video Downloader By TwitterMate
Download any Twitter videos, gif with one Tap using TwitterMate. fast, free & easy to use.
什么是Twitter Video Downloader By TwitterMate?
Twitter Video Downloader By TwitterMate是由https://twittermate.com开发的Chrome扩展程序,该扩展的主要功能是“Download any Twitter videos, gif with one Tap using TwitterMate. fast, free & easy to use.”。
扩展截图
下载Twitter Video Downloader By TwitterMate扩展crx文件
下载Twitter Video Downloader By TwitterMate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
TwitterMate: Twitter Video Downloader is a powerful tool to download Twitter videos in High Quality (HD). With TwitterMate, you can download Twitter videos and GIF to your device with one click. TwitterMate : Twitter Video Downloader (Chrome Plugin) TwitterMate is one of the best Twitter video downloader today with downloading Twitter videos in HD. With one click you can download videos from Twitter: Downloader for Twitter allows you to download videos and GIF from the Twitter platform for free. You just need to go to any Twitter video or GIF and then click on the below Download button Main features of TwitterMate: - No login required. - Download Twitter videos in High Quality. - Small size and lightweight. - Convenient in the process of surfing Twitter, any Video you like can be downloaded immediately. - Just open Twitter and start downloading the videos you want to download.
扩展基本信息
名称 | Twitter Video Downloader By TwitterMate |
ID | gjonidjgeoleapneejflklgkjfkompja |
官方URL | https://chromewebstore.google.com/detail/twitter-video-downloader/gjonidjgeoleapneejflklgkjfkompja |
简介 | Download any Twitter videos, gif with one Tap using TwitterMate. fast, free & easy to use. |
文件大小 | 836 KB |
安装次数 | 202 |
当前版本 | 1.0.0 |
更新时间 | 2022-11-10 |
上架时间 | 2022-11-09 |
评分 | 3.00/5 共2次评分 |
开发者 | https://twittermate.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://twittermate.com |
帮助页面URL | https://twittermate.com/contact.html |
支持的语言 | de,en,fr,nl,tr,es,it,pt-BR |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "action": { "default_icon": "images\/logo_24.png", "default_title": "__MSG_appName__" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/jquery.js", "js\/content.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "manifest_version": 3, "name": "__MSG_appName__", "short_name": "TwitterMate", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |