Download Videos for Twitter

Save any Twitter video with one simple click. Free, fast & easy to use.

什麼是Download Videos for Twitter?

Download Videos for Twitter是由Free Useful Apps開發的Chrome擴展程式,該擴展的主要功能是“Save any Twitter video with one simple click. Free, fast & easy to use.”。

擴展截圖

screenshot

下載Download Videos for Twitter擴展crx文件

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

擴展使用說明

                        Ever watched a great video on Twitter and wanted to save the video onto your computer?

You can download videos off Twitter now using this free software extension.

Its extremely easy to use, simply install the extension, go to the Twitter video you wish
to download.

There will be a "Download Video" icon at the bottom right corner of the Tweet, click on the
download video button and this twitter video will be downloaded onto your computer.

Please note this extension is NOT made by Twitter and is an unofficial extension to let users
download videos off Twitter. This extension was made by independent developers and this
extension is not created nor endorsed by Twitter inc.                    

擴展基本資訊

名稱 Download Videos for Twitter Download Videos for Twitter
ID dcgfamioiaelklbkajeelimefnilfcil
官方網址 https://chromewebstore.google.com/detail/download-videos-for-twitt/dcgfamioiaelklbkajeelimefnilfcil
簡介 Save any Twitter video with one simple click. Free, fast & easy to use.
檔案大小 46.65 KB
安裝次數 1,320
目前版本 3.0.3
更新時間 2023-07-05
上架時間 2022-05-19
評分 2.00/5 共 3 次評分
開發者 Free Useful Apps
電子郵箱 [email protected]
付費類型 free
支援的語言 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0.3",
    "name": "Download Videos for Twitter",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "scripts\/content.css"
            ]
        }
    ],
    "permissions": [
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "homepage_url": "https:\/\/download-videos-twitter.freespeedcheck.net\/"
}