Download Videos for Twitter
Save any Twitter video with one simple click. Free, fast & easy to use.
Download Videos for Twitter란 무엇입니까?
Download Videos for Twitter은(는) Free Useful Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save any Twitter video with one simple click. Free, fast & easy to use."입니다.
확장 프로그램 스크린샷
Download Videos for Twitter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever watched a great video on Twitter and wanted to save the video onto your computer? You can download videos off Twitter now using this free software extension. Its extremely easy to use, simply install the extension, go to the Twitter video you wish to download. There will be a "Download Video" icon at the bottom right corner of the Tweet, click on the download video button and this twitter video will be downloaded onto your computer. Please note this extension is NOT made by Twitter and is an unofficial extension to let users download videos off Twitter. This extension was made by independent developers and this extension is not created nor endorsed by Twitter inc.
확장 프로그램 기본 정보
이름 | Download Videos for Twitter |
ID | dcgfamioiaelklbkajeelimefnilfcil |
공식 URL | https://chromewebstore.google.com/detail/download-videos-for-twitt/dcgfamioiaelklbkajeelimefnilfcil |
설명 | Save any Twitter video with one simple click. Free, fast & easy to use. |
파일 크기 | 46.65 KB |
설치 횟수 | 1,320 |
현재 버전 | 3.0.3 |
최근 업데이트 | 2023-07-05 |
출시 날짜 | 2022-05-19 |
평점 | 2.00/5 총 3 개의 평점 |
개발자 | Free Useful Apps |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.0.3", "name": "Download Videos for Twitter", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "scripts\/content.js" ], "css": [ "scripts\/content.css" ] } ], "permissions": [ "webRequest" ], "host_permissions": [ "*:\/\/*.twitter.com\/*" ], "homepage_url": "https:\/\/download-videos-twitter.freespeedcheck.net\/" } |