Twitter Video Downloader
Download Twitter videos in best quality with one simple click.
Twitter Video Downloader란 무엇입니까?
Twitter Video Downloader은(는) lim320790에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download Twitter videos in best quality with one simple click."입니다.
확장 프로그램 스크린샷
Twitter Video Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A powerful media extension designed to enhance your online experience and enable you to save videos from Twitter. Why do you need this video downloader? - any available format can be downloaded — flv, mp4, avi, asf, MPEG, mp3 and many more; - no need to waste time in search for available music and video content — video downloader will do it for you; - no ads, spy or malware; - easy to uninstall; - you do not need to register an account to use this video downloader. You can download any video or audio without registering. This video downloader is free to use. How to use this extension? - Go to the Twitter website and find Twitter video - Click on Download button (after install extension, the button will be shown on the bottom of a video, if not, refresh the page) Disclaimer: Twitter video downloader is not an official plugin. Twitter™ is a trademark of Twitter Inc.
확장 프로그램 기본 정보
이름 | Twitter Video Downloader |
ID | giallgikapfggjdeagapilcaiigofkoe |
공식 URL | https://chromewebstore.google.com/detail/twitter-video-downloader/giallgikapfggjdeagapilcaiigofkoe |
설명 | Download Twitter videos in best quality with one simple click. |
파일 크기 | 90.8 KB |
설치 횟수 | 1,395 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2024-02-05 |
출시 날짜 | 2023-12-23 |
평점 | 5.00/5 총 21 개의 평점 |
개발자 | lim320790 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://teleplus.io |
개인정보 보호 정책 페이지 URL | https://teleplus.io/teleplus-sender-private-policy |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,ml,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_desc__", "manifest_version": 3, "default_locale": "en_US", "version": "1.0.3", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Twitter Video Downloader" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ { "resources": [ "content-script.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ], "host_permissions": [ "*:\/\/*.twitter.com\/*" ] } |