Telegra.ph media downloader
Super simple, fast and clean image, video and audio downloader from telegra.ph
Telegra.ph media downloaderคืออะไร?
Telegra.ph media downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marat.fakhreev และคุณลักษณะหลักของมันคือ "Super simple, fast and clean image, video and audio downloader from telegra.ph"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Telegra.ph media downloader
ดาวน์โหลดไฟล์ส่วนขยาย Telegra.ph media downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Telegra.ph media downloader is a extension that allows you to easily download images, videos, and audio files from the telegraph blogging platform. With just a single click, you can save your favorite media content directly to your device. No more hassle of taking screenshots or recording videos, just a seamless and effortless experience. Whether you're a casual reader or a content creator, this extension is a must-have for anyone who wants to save their favorite telegraph media. Get it now and start downloading your favorite content with ease!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nblopllhhljcbkjokcgcgakmilehpedp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/telegraph-media-downloade/nblopllhhljcbkjokcgcgakmilehpedp |
คำอธิบาย | Super simple, fast and clean image, video and audio downloader from telegra.ph |
ขนาดไฟล์ | 21.03 KB |
จำนวนการติดตั้ง | 938 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2023-10-20 |
วันที่เผยแพร่ | 2023-02-09 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | marat.fakhreev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Telegra.ph media downloader", "description": "Super simple, fast and clean image, video and audio downloader from telegra.ph", "version": "1.2.2", "icons": { "16": "images\/logo\/16.png", "48": "images\/logo\/48.png", "128": "images\/logo\/128.png" }, "action": { "default_icon": { "16": "images\/logo\/16.png", "48": "images\/logo\/48.png", "128": "images\/logo\/128.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ] } |