Twitter Video Downloader 公式/TweetDeck拡張

YUG-OC.JP Twitter Video Downloaderで動画をダウンロードする手助けをします。新デザインのTwitter公式Webサイト、TweetDeckに対応しました。

What is Twitter Video Downloader 公式/TweetDeck拡張?

Twitter Video Downloader 公式/TweetDeck拡張 is a Chrome extension developed by https://yug-oc.jp, and its main feature is "YUG-OC.JP Twitter Video Downloaderで動画をダウンロードする手助けをします。新デザインのTwitter公式Webサイト、TweetDeckに対応しました。".

Extension Screenshots

screenshot
screenshot
screenshot

Download Twitter Video Downloader 公式/TweetDeck拡張 Extension CRX File

Download Twitter Video Downloader 公式/TweetDeck拡張 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Twitter Video Downloaderで動画ファイルをダウンロードする手助けをします。

ご自分のTwitterアカウントでログインして頂けますと、
フォローしている方であれば、非公開アカウントの場合でも、ダウンロードが出来ます。
ログインは、Twitter Video DownloaderのWebサイトにて実施して下さい。

※全て個人で作っていますので不具合修正は遅くなることがあります。
※制作者はJSが非常に苦手ですが、頑張って修正します。

---------------------------------------------------
Ver2.1.3での修正点(2023/7/8)
・TweetDeckのlegacy版とbeta版の切換えに対応

Ver2.1.2での修正点(2023/6/15)
・公式Twitterで動画がびよ~~~~~~~~~んとなるのを修正
・公式Twitterのボタンデザインを変更

Ver2.1.1での修正点(2022/4/4)
・公式Twitterでボタンが反応しなくなった問題に対応(位置変更)
・スレッド表示時に複数の動画が投稿されていた時に適切なURLを取得できない問題を修正                    

Extension Basic Information

Name Twitter Video Downloader 公式/TweetDeck拡張 Twitter Video Downloader 公式/TweetDeck拡張
ID kciodcafjfclckjpgiohnjmediepofjf
Official URL https://chrome.google.com/webstore/detail/twitter-video-downloader/kciodcafjfclckjpgiohnjmediepofjf
Description YUG-OC.JP Twitter Video Downloaderで動画をダウンロードする手助けをします。新デザインのTwitter公式Webサイト、TweetDeckに対応しました。
File Size 48.37 KB
Installation Count 1,150
Current Version 2.1.3
Last Updated 2023-07-08
Publish Date 2020-06-15
Rating 5.00/5 Total 3 Ratings
Developer https://yug-oc.jp
Email [email protected]
Payment Type free
Extension Website https://twitool.yug-oc.jp/TwitterVideoDownloader/
Help Page URL https://twitter.com/yug_api_ac
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Video Downloader \u516c\u5f0f\/TweetDeck\u62e1\u5f35",
    "short_name": "JP TVD",
    "version": "2.1.3",
    "description": "YUG-OC.JP Twitter Video Downloader\u3067\u52d5\u753b\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u624b\u52a9\u3051\u3092\u3057\u307e\u3059\u3002\u65b0\u30c7\u30b6\u30a4\u30f3\u306eTwitter\u516c\u5f0fWeb\u30b5\u30a4\u30c8\u3001TweetDeck\u306b\u5bfe\u5fdc\u3057\u307e\u3057\u305f\u3002",
    "icons": {
        "16": "tvd16.png",
        "48": "tvd48.png",
        "128": "tvd128.png",
        "256": "tvd.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "script.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "script_deck.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "action": {
        "default_title": ""
    }
}