Twitter Video Downloader
Click a button to download a video on a Twitter post, even on private profiles.
Twitter Video Downloaderคืออะไร?
Twitter Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zelly Snyder และคุณลักษณะหลักของมันคือ "Click a button to download a video on a Twitter post, even on private profiles."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Video Downloader
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } |