TwittaSave
Download Twitter Videos and Gifs to your device easily.
TwittaSave란 무엇입니까?
TwittaSave은(는) http://twittasave.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download Twitter Videos and Gifs to your device easily."입니다.
확장 프로그램 스크린샷
TwittaSave 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TwittaSave helps you to download Videos and animated Gifs from Twitter tweets to your device with just a button click. Simply navigate your browser to the tweet containing the video or animated gif. Then click on the TwittaSave extension icon on the top right corner of your browser and then click the Download button.
확장 프로그램 기본 정보
이름 | |
ID | cgnlcidhpmgpfoeghnjddeikclplgfbe |
공식 URL | https://chrome.google.com/webstore/detail/twittasave/cgnlcidhpmgpfoeghnjddeikclplgfbe |
설명 | Download Twitter Videos and Gifs to your device easily. |
파일 크기 | 311 KB |
설치 횟수 | 761 |
현재 버전 | 1.3 |
최근 업데이트 | 2021-01-18 |
출시 날짜 | 2019-11-20 |
평점 | 3.27/5 총 15 개의 평점 |
개발자 | http://twittasave.net |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TwittaSave", "description": "Download Twitter Videos and Gifs to your device easily.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.3", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/api.jublo.net\/*" ], "js": [ "jquery-3.1.1.min.js", "codebird.js", "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "TwittaSave - Download Twitter Videos and Gifs to your device easily" }, "permissions": [ "tabs", "https:\/\/twitter.com\/*" ] } |