Twitter Video Downloader
Download Twitter videos in best quality with one simple click.
Twitter Video Downloaderคืออะไร?
Twitter Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lim320790 และคุณลักษณะหลักของมันคือ "Download Twitter videos in best quality with one simple click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Video Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Video Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A powerful media extension designed to enhance your online experience and enable you to save videos from Twitter. Why do you need this video downloader? - any available format can be downloaded — flv, mp4, avi, asf, MPEG, mp3 and many more; - no need to waste time in search for available music and video content — video downloader will do it for you; - no ads, spy or malware; - easy to uninstall; - you do not need to register an account to use this video downloader. You can download any video or audio without registering. This video downloader is free to use. How to use this extension? - Go to the Twitter website and find Twitter video - Click on Download button (after install extension, the button will be shown on the bottom of a video, if not, refresh the page) Disclaimer: Twitter video downloader is not an official plugin. Twitter™ is a trademark of Twitter Inc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitter Video Downloader |
ID | giallgikapfggjdeagapilcaiigofkoe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-video-downloader/giallgikapfggjdeagapilcaiigofkoe |
คำอธิบาย | Download Twitter videos in best quality with one simple click. |
ขนาดไฟล์ | 90.8 KB |
จำนวนการติดตั้ง | 1,395 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2024-02-05 |
วันที่เผยแพร่ | 2023-12-23 |
คะแนน | 5.00/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | lim320790 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://teleplus.io |
URL หน้านโยบายความเป็นส่วนตัว | https://teleplus.io/teleplus-sender-private-policy |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,ml,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_desc__", "manifest_version": 3, "default_locale": "en_US", "version": "1.0.3", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Twitter Video Downloader" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ { "resources": [ "content-script.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ], "host_permissions": [ "*:\/\/*.twitter.com\/*" ] } |