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 |
| 电子邮箱 | [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\/*"
]
} | |