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 |
官方網址 | 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 } |