Twitter video downloader

Twitter Video Downloader - Download twitter videos MP4 & GIF

Twitter video downloaderとは何ですか?

Twitter video downloaderはhttps://mp3downy.comによって開発されたChromeの拡張機能で、その主な機能は「Twitter Video Downloader - Download twitter videos MP4 & GIF」です。

拡張機能のスクリーンショット

screenshot
screenshot

Twitter video downloader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This chrome extension will capture all download links of twitter videos, also it will capture GIF images from twitter.com.

It will show one or more twitter videos links based on a number of videos on the current twitter page. It can also capture videos from tweet comments.

The most common websites which also providing the download service from twitter are,

twittervideodownloader chrome extension 
savetweetvid chrome extension 
twdown chrome extension 
downloadtwittervideo chrome extension 
twsaver chrome extension 
getfvid chrome extension 
twdownloader chrome extension 
ssstwitter chrome extension 
twdownload  chrome extension 
en.savefrom .net twitter video downloader chrome extension                    

拡張機能の基本情報

名前 Twitter video downloader Twitter video downloader
ID gchlpekenfndnldgjjllnphbjlajikhp
公式URL https://chrome.google.com/webstore/detail/twitter-video-downloader/gchlpekenfndnldgjjllnphbjlajikhp
説明 Twitter Video Downloader - Download twitter videos MP4 & GIF
ファイルサイズ 127 KB
インストール数 2,493
現在のバージョン 1.2
最終更新日 2020-05-14
公開日 2020-05-14
評価 2.60/5 合計 5 レビュー
開発者 https://mp3downy.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mp3downy.com/
ヘルプページのURL https://mp3downy.com/
プライバシーポリシーページのURL https://biggbossvotetelugu.info/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter video downloader",
    "description": "Twitter Video Downloader - Download twitter videos MP4 & GIF",
    "version": "1.2",
    "permissions": [
        "storage",
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}