Twitter Video Downloader
Click a button to download a video on a Twitter post, even on private profiles.
什麼是Twitter Video Downloader?
Twitter Video Downloader是由Zelly Snyder開發的Chrome擴展程式,該擴展的主要功能是“Click a button to download a video on a Twitter post, even on private profiles.”。
擴展截圖
下載Twitter Video Downloader擴展crx文件
下載Twitter Video Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A free and open source extension allowing users to download videos from Twitter posts. It even allows downloading videos from private or protected Twitter profiles, provided that you're signed in and follow that account. This extension is free and open source software with no third-party servers involved. It all runs in your browser.
擴展基本資訊
名稱 | Twitter Video Downloader |
ID | dhfimdgkaolieflclblgaeokakkedjnk |
官方網址 | https://chromewebstore.google.com/detail/twitter-video-downloader/dhfimdgkaolieflclblgaeokakkedjnk |
簡介 | Click a button to download a video on a Twitter post, even on private profiles. |
檔案大小 | 46.51 KB |
安裝次數 | 2,183 |
目前版本 | 1.0.22 |
更新時間 | 2024-01-06 |
上架時間 | 2022-02-07 |
評分 | 2.75/5 共 4 次評分 |
開發者 | Zelly Snyder |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/proprietary/twitter-video-downloader |
說明頁面URL | https://github.com/proprietary/twitter-video-downloader/issues |
隱私政策頁面URL | https://raw.githubusercontent.com/proprietary/twitter-video-downloader/main/PRIVACY.txt |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Video Downloader", "description": "Click a button to download a video on a Twitter post, even on private profiles.", "version": "1.0.22", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting", "cookies" ], "host_permissions": [ "*:\/\/*.twitter.com\/*", "*:\/\/twitter.com\/*" ], "action": { "default_popup": "popup.html", "default_title": "Twitter Video Downloader: Click while on a Twitter post to download its video", "default_icon": { "16": "\/images\/tvd16.png", "32": "\/images\/tvd32.png", "48": "\/images\/tvd48.png", "128": "\/images\/tvd128.png" } }, "icons": { "16": "\/images\/tvd16.png", "32": "\/images\/tvd32.png", "48": "\/images\/tvd48.png", "128": "\/images\/tvd128.png" } } |