Twitter video downloader
Twitter Video Downloader - Download twitter videos MP4 & GIF
什么是Twitter video downloader?
Twitter video downloader是由https://mp3downy.com开发的Chrome扩展程序,该扩展的主要功能是“Twitter Video Downloader - Download twitter videos MP4 & GIF”。
扩展截图
下载Twitter video downloader扩展crx文件
下载Twitter video downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | gchlpekenfndnldgjjllnphbjlajikhp |
官方URL | https://chrome.google.com/webstore/detail/twitter-video-downloader/gchlpekenfndnldgjjllnphbjlajikhp |
简介 | Twitter Video Downloader - Download twitter videos MP4 & GIF |
文件大小 | 127 KB |
安装次数 | 2,493 |
当前版本 | 1.2 |
更新时间 | 2020-05-14 |
上架时间 | 2020-05-14 |
评分 | 2.60/5 共5次评分 |
开发者 | https://mp3downy.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://mp3downy.com/ |
帮助页面URL | https://mp3downy.com/ |
隐私政策页面URL | https://biggbossvotetelugu.info/privacy-policy |
支持的语言 | 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 } |