Twitter Video Download
Download Twitter video to your computer easily while browsing Twitter.com
Twitter Video Downloadとは何ですか?
Twitter Video Downloadはhttps://twitter-video-download.comによって開発されたChromeの拡張機能で、その主な機能は「Download Twitter video to your computer easily while browsing Twitter.com」です。
拡張機能のスクリーンショット
Twitter Video Download拡張機能のCRXファイルをダウンロード
Twitter Video Download拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Updated version 1.1: Fixed download button, previously it didn't work after some recent Twitter website updates. Now this is one of a few extensions, that actually work.
This extension lets you download Twitter videos directly while browsing Twitter website. Easy and free. 🤞
Download any video or GIF from Twitter in a few clicks.
How to:
After installation a button "Download Tweet Video" will appear below all Tweets containing video. Clicking it will let you download video in chosen resolution. 拡張機能の基本情報
| 名前 | |
| ID | bcobmoggclhhpkdckmnmhejleeihgmgk |
| 公式URL | https://chromewebstore.google.com/detail/twitter-video-download/bcobmoggclhhpkdckmnmhejleeihgmgk |
| 説明 | Download Twitter video to your computer easily while browsing Twitter.com |
| ファイルサイズ | 43.25 KB |
| インストール数 | 4,801 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2023-12-27 |
| 公開日 | 2021-09-11 |
| 評価 | 3.11/5 合計 9 レビュー |
| 開発者 | https://twitter-video-download.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://twitter-video-download.com/ |
| 対応言語 | en |
| manifest.json | |
{
"background": {
"scripts": [
"\/js\/background.js"
]
},
"browser_action": {
"default_icon": "images\/chrome-48-48.png",
"default_title": "Twitter Video Download"
},
"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": "Download Twitter video to your computer easily while browsing Twitter.com",
"icons": {
"128": "images\/chrome-128-128.png",
"48": "images\/chrome-48-48.png",
"16": "images\/chrome-16-16.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"permissions": [
"storage"
],
"short_name": "Twitter Video Download",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.0"
} | |