Twitter Video Downloader By TwitterMate

Download any Twitter videos, gif with one Tap using TwitterMate. fast, free & easy to use.

Twitter Video Downloader By TwitterMate란 무엇입니까?

Twitter Video Downloader By TwitterMate은(는) https://twittermate.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download any Twitter videos, gif with one Tap using TwitterMate. fast, free & easy to use."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Twitter Video Downloader By TwitterMate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        TwitterMate: Twitter Video Downloader is a powerful tool to download Twitter videos in High Quality (HD).

With TwitterMate, you can download Twitter videos and GIF to your device with one click.

TwitterMate : Twitter Video Downloader (Chrome Plugin)
TwitterMate is one of the best Twitter video downloader today with downloading Twitter videos in HD.

With one click you can download videos from Twitter:
Downloader for Twitter allows you to download videos and GIF from the Twitter platform for free. You just need to go to any Twitter video or GIF and then click on the below Download button

Main features of TwitterMate:
- No login required.
- Download Twitter videos in High Quality.
- Small size and lightweight.
- Convenient in the process of surfing Twitter, any Video you like can be downloaded immediately.
- Just open Twitter and start downloading the videos you want to download.                    

확장 프로그램 기본 정보

이름 Twitter Video Downloader By TwitterMate Twitter Video Downloader By TwitterMate
ID gjonidjgeoleapneejflklgkjfkompja
공식 URL https://chromewebstore.google.com/detail/twitter-video-downloader/gjonidjgeoleapneejflklgkjfkompja
설명 Download any Twitter videos, gif with one Tap using TwitterMate. fast, free & easy to use.
파일 크기 836 KB
설치 횟수 202
현재 버전 1.0.0
최근 업데이트 2022-11-10
출시 날짜 2022-11-09
평점 3.00/5 총 2 개의 평점
개발자 https://twittermate.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://twittermate.com
도움말 페이지 URL https://twittermate.com/contact.html
지원되는 언어 de,en,fr,nl,tr,es,it,pt-BR
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/logo_24.png",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "TwitterMate",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}