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ファイルをダウンロード

Twitter Video Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}