Twitter Video Downloader

Click a button to download a video on a Twitter post, even on private profiles.

Twitter Video Downloader란 무엇입니까?

Twitter Video Downloader은(는) Zelly Snyder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click a button to download a video on a Twitter post, even on private profiles."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A free and open source extension allowing users to download videos from Twitter posts. It even allows downloading videos from private or protected Twitter profiles, provided that you're signed in and follow that account. This extension is free and open source software with no third-party servers involved. It all runs in your browser.                    

확장 프로그램 기본 정보

이름 Twitter Video Downloader Twitter Video Downloader
ID dhfimdgkaolieflclblgaeokakkedjnk
공식 URL https://chromewebstore.google.com/detail/twitter-video-downloader/dhfimdgkaolieflclblgaeokakkedjnk
설명 Click a button to download a video on a Twitter post, even on private profiles.
파일 크기 46.51 KB
설치 횟수 2,183
현재 버전 1.0.22
최근 업데이트 2024-01-06
출시 날짜 2022-02-07
평점 2.75/5 총 4 개의 평점
개발자 Zelly Snyder
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/proprietary/twitter-video-downloader
도움말 페이지 URL https://github.com/proprietary/twitter-video-downloader/issues
개인정보 보호 정책 페이지 URL https://raw.githubusercontent.com/proprietary/twitter-video-downloader/main/PRIVACY.txt
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Video Downloader",
    "description": "Click a button to download a video on a Twitter post, even on private profiles.",
    "version": "1.0.22",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*",
        "*:\/\/twitter.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Twitter Video Downloader: Click while on a Twitter post to download its video",
        "default_icon": {
            "16": "\/images\/tvd16.png",
            "32": "\/images\/tvd32.png",
            "48": "\/images\/tvd48.png",
            "128": "\/images\/tvd128.png"
        }
    },
    "icons": {
        "16": "\/images\/tvd16.png",
        "32": "\/images\/tvd32.png",
        "48": "\/images\/tvd48.png",
        "128": "\/images\/tvd128.png"
    }
}