Twitter Video Downloader
Click a button to download a video on a Twitter post, even on private profiles.
什么是Twitter Video Downloader?
Twitter Video Downloader是由Zelly Snyder开发的Chrome扩展程序,该扩展的主要功能是“Click a button to download a video on a Twitter post, even on private profiles.”。
扩展截图
下载Twitter Video Downloader扩展crx文件
下载Twitter Video Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Twitter Video Downloader |
ID | dhfimdgkaolieflclblgaeokakkedjnk |
官方URL | https://chromewebstore.google.com/detail/twitter-video-downloader/dhfimdgkaolieflclblgaeokakkedjnk |
简介 | Click a button to download a video on a Twitter post, even on private profiles. |
文件大小 | 46.51 KB |
安装次数 | 2,183 |
当前版本 | 1.0.22 |
更新时间 | 2024-01-06 |
上架时间 | 2022-02-07 |
评分 | 2.75/5 共4次评分 |
开发者 | Zelly Snyder |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/proprietary/twitter-video-downloader |
帮助页面URL | https://github.com/proprietary/twitter-video-downloader/issues |
隐私政策页面URL | https://raw.githubusercontent.com/proprietary/twitter-video-downloader/main/PRIVACY.txt |
支持的语言 | 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" } } |