Twitter video downloader
Download twitter videos in best quality with one simple click
什么是Twitter video downloader?
Twitter video downloader是由mstfsnc开发的Chrome扩展程序,该扩展的主要功能是“Download twitter videos in best quality with one simple click”。
扩展截图
下载Twitter video downloader扩展crx文件
下载Twitter video downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1 - After installation, you will see a download icon under every tweet, which contains a video. 2 - Simply press download icon. 3 - Video will be downloaded when loading complete.
扩展基本信息
名称 | Twitter video downloader |
ID | akmdionenlnfcipmdhbhcnkighafmdha |
官方URL | https://chromewebstore.google.com/detail/twitter-video-downloader/akmdionenlnfcipmdhbhcnkighafmdha |
简介 | Download twitter videos in best quality with one simple click |
文件大小 | 21.08 KB |
安装次数 | 33,270 |
当前版本 | 2.17.1 |
更新时间 | 2024-03-05 |
上架时间 | 2020-07-22 |
评分 | 4.55/5 共128次评分 |
开发者 | mstfsnc |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/mstfsnc/twitter-video-downloader |
帮助页面URL | https://github.com/mstfsnc/twitter-video-downloader/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.17.1", "description": "Download twitter videos in best quality with one simple click", "name": "Twitter video downloader", "manifest_version": 3, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ], "js": [ "inject.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.js" ], "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ] } ] } |