Twitter Video Downloader | Fast and Free

Download Twitter Videos - Save any Twitter video and gif with one simple click. free, fast & easy to use.

Twitter Video Downloader | Fast and Free란 무엇입니까?

Twitter Video Downloader | Fast and Free은(는) https://ssstwitter.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download Twitter Videos - Save any Twitter video and gif with one simple click. free, fast & easy to use."입니다.

확장 프로그램 스크린샷

screenshot

Twitter Video Downloader | Fast and Free 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Download any video or GIF from Twitter in two clicks. 

Guide:
1) After installation You will see a  "Download" button under every Tweet, which contains a video.
2) Simply Press "Download" under a Tweet and choose a desirable quality. 
3) Your video will be downloaded immideately.

Update: 1.0.8
Fixed downloading                    

확장 프로그램 기본 정보

이름 Twitter Video Downloader | Fast and Free Twitter Video Downloader | Fast and Free
ID nbkknbagklenkcienihfapbfpjemnfoi
공식 URL https://chrome.google.com/webstore/detail/twitter-video-downloader/nbkknbagklenkcienihfapbfpjemnfoi
설명 Download Twitter Videos - Save any Twitter video and gif with one simple click. free, fast & easy to use.
파일 크기 958 KB
설치 횟수 95,813
현재 버전 1.0.8
최근 업데이트 2023-09-19
출시 날짜 2020-06-09
평점 3.08/5 총 75 개의 평점
개발자 https://ssstwitter.com
이메일 [email protected]
확장 프로그램 웹 사이트 https://555twitter.com
도움말 페이지 URL https://555twitter.com
지원되는 언어 de,en,fr,nl,tr,es,it,pt-BR
manifest.json
{
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_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"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1ytKAbqq+504hCF20pS6zdOjcaua394NXcQ74AkXZx8HLDro6YjaeCK5RCCVXXX\/xZqMHlpUrYyH+xFrjtnDvSDJK2fbtQ8CwAQiEWN9+WFI1Kst6i6bCqje9fgPrYIVOHSJIJ70B5wIuYDvQ90llKavfewLqd5thlZQ2xcscki3E0B1cTrtKwLp+r0s++Kt+RXttsI7taKqQ3ZZ8tQMvfyd0cHUD2F2EgcZtysVeLdqVw4LUFnQjrp9qUIBf+3myCGrCGidOEE29Zz2hAG8xIyUQmJ1ORouDiyh38Zxiy49HBtN84ptWdSc3FhFF\/\/6BpjChKyXQoU3fgEUW9NePQIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "storage"
    ],
    "short_name": "sssTwitter",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.8"
}