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! 🙌
擴展基本資訊
名稱 | X Video Downloader | Fast and Free |
ID | dknlpoinnbnmbocobocfmbanemkpmpac |
官方網址 | 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\/*" ] } |