Twitter Video Downloader 公式/TweetDeck拡張

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

Cos'è Twitter Video Downloader 公式/TweetDeck拡張?

Twitter Video Downloader 公式/TweetDeck拡張 è un'estensione di Chrome sviluppata da https://yug-oc.jp, e la sua funzione principale è "YUG-OC.JP Twitter Video Downloaderで動画をダウンロードする手助けをします。新デザインのTwitter公式Webサイト、TweetDeckに対応しました。".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Twitter Video Downloader 公式/TweetDeck拡張

Scarica i file di estensione Twitter Video Downloader 公式/TweetDeck拡張 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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を取得できない問題を修正                    

Informazioni di Base sull'Estensione

Nome Twitter Video Downloader 公式/TweetDeck拡張 Twitter Video Downloader 公式/TweetDeck拡張
ID kciodcafjfclckjpgiohnjmediepofjf
URL Ufficiale https://chrome.google.com/webstore/detail/twitter-video-downloader/kciodcafjfclckjpgiohnjmediepofjf
Descrizione YUG-OC.JP Twitter Video Downloaderで動画をダウンロードする手助けをします。新デザインのTwitter公式Webサイト、TweetDeckに対応しました。
Dimensione del File 48.37 KB
Conteggio Installazioni 1,150
Versione Corrente 2.1.3
Ultimo Aggiornamento 2023-07-08
Data di Pubblicazione 2020-06-15
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://yug-oc.jp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://twitool.yug-oc.jp/TwitterVideoDownloader/
URL della Pagina di Aiuto https://twitter.com/yug_api_ac
Lingue Supportate 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": ""
    }
}