X Video Downloader | Fast and Free
Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use
X Video Downloader | Fast and Freeとは何ですか?
X Video Downloader | Fast and FreeはCreative Extensions Studioによって開発されたChromeの拡張機能で、その主な機能は「Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use」です。
拡張機能のスクリーンショット
X Video Downloader | Fast and Free拡張機能のCRXファイルをダウンロード
X Video Downloader | Fast and Free拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Meet the 'X Video Downloader' Chrome browser extension formerly known as "Twitter Video Downloader | Fast and Free" – Your ultimate tool for easily saving Twitter videos and GIFs with just a single click! Experience the speed and simplicity of content downloading on X (ex Twitter).
Get started now for free! 🙌 拡張機能の基本情報
| 名前 | |
| ID | dknlpoinnbnmbocobocfmbanemkpmpac |
| 公式URL | https://chromewebstore.google.com/detail/x-video-downloader-fast-a/dknlpoinnbnmbocobocfmbanemkpmpac |
| 説明 | Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use |
| ファイルサイズ | 31.13 KB |
| インストール数 | 1,300 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2023-10-17 |
| 公開日 | 2023-09-17 |
| 評価 | 4.91/5 合計 11 レビュー |
| 開発者 | Creative Extensions Studio |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://sites.google.com/view/polity-extension/home |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.0",
"name": "X Video Downloader | Fast and Free",
"description": "Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use",
"manifest_version": 3,
"icons": {
"16": "img\/icon_16.png",
"32": "img\/icon_32.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"background": {
"service_worker": "bg_service_worker.js"
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"*:\/\/*.twitter.com\/*"
],
"js": [
"inject.js"
],
"css": [
"content.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content.js"
],
"matches": [
"*:\/\/*.twitter.com\/*"
]
}
],
"host_permissions": [
"*:\/\/*.twitter.com\/*"
]
} | |