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

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

擴展使用說明

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