Twitter Video Download

Download Twitter video to your computer easily while browsing Twitter.com

Twitter Video Download란 무엇입니까?

Twitter Video Download은(는) https://twitter-video-download.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download Twitter video to your computer easily while browsing Twitter.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Twitter Video Download 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Updated version 1.1: Fixed download button, previously it didn't work after some recent Twitter website updates. Now this is one of a few extensions, that actually work.

This extension lets you download Twitter videos directly while browsing Twitter website. Easy and free. 🤞

Download any video or GIF from Twitter in a few clicks. 

How to:
After installation a button "Download Tweet Video" will appear below all Tweets containing video. Clicking it will let you download video in chosen resolution.                    

확장 프로그램 기본 정보

이름 Twitter Video Download Twitter Video Download
ID bcobmoggclhhpkdckmnmhejleeihgmgk
공식 URL https://chromewebstore.google.com/detail/twitter-video-download/bcobmoggclhhpkdckmnmhejleeihgmgk
설명 Download Twitter video to your computer easily while browsing Twitter.com
파일 크기 43.25 KB
설치 횟수 4,801
현재 버전 1.1.0
최근 업데이트 2023-12-27
출시 날짜 2021-09-11
평점 3.11/5 총 9 개의 평점
개발자 https://twitter-video-download.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://twitter-video-download.com/
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/chrome-48-48.png",
        "default_title": "Twitter Video Download"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "Download Twitter video to your computer easily while browsing Twitter.com",
    "icons": {
        "128": "images\/chrome-128-128.png",
        "48": "images\/chrome-48-48.png",
        "16": "images\/chrome-16-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "storage"
    ],
    "short_name": "Twitter Video Download",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0"
}