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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |