Threads Video Downloader - Threadster
Download Threads videos and images using Threadster.
Threads Video Downloader - Threadsterคืออะไร?
Threads Video Downloader - Threadster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://threadster.app และคุณลักษณะหลักของมันคือ "Download Threads videos and images using Threadster."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Threads Video Downloader - Threadster
ดาวน์โหลดไฟล์ส่วนขยาย Threads Video Downloader - Threadster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Threadster is an online tool to download videos and images from Threads. The Threadster extension makes it extremely easy to download media from the Threads.net website. A Download button will appear below every Thread containing media. Clicking on the Download button will take you straight to the download page where you can download any media from that particular Thread including images and videos.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Threads Video Downloader - Threadster |
ID | dbapeonhbhkmajmjgpcmlikkjnhbbncm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/threads-video-downloader/dbapeonhbhkmajmjgpcmlikkjnhbbncm |
คำอธิบาย | Download Threads videos and images using Threadster. |
ขนาดไฟล์ | 54.75 KB |
จำนวนการติดตั้ง | 252 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2023-08-26 |
วันที่เผยแพร่ | 2023-07-17 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://threadster.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://threadster.app |
URL หน้าช่วยเหลือ | https://threadster.app/contact-us |
URL หน้านโยบายความเป็นส่วนตัว | https://aculix.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.1", "description": "Download Threads videos and images using Threadster.", "name": "Threads Video Downloader - Threadster", "manifest_version": 3, "icons": { "16": "src\/icons\/icon-16.png", "32": "src\/icons\/icon-32.png", "48": "src\/icons\/icon-48.png", "128": "src\/icons\/icon-128.png" }, "action": { "default_popup": "src\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.threads.net\/*" ], "js": [ "src\/jquery.js", "src\/index.js" ], "css": [ "src\/css\/index.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "src\/index.js" ], "matches": [ "*:\/\/*.threads.net\/*" ] } ], "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.threads.net\/*" ] } |