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文件

下載Twitter Video Download擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}