Telegra.ph media downloader
Super simple, fast and clean image, video and audio downloader from telegra.ph
Telegra.ph media downloader là gì?
Telegra.ph media downloader là một tiện ích mở rộng Chrome được phát triển bởi marat.fakhreev, và tính năng chính của nó là "Super simple, fast and clean image, video and audio downloader from telegra.ph".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Telegra.ph media downloader
Tải xuống các tệp mở rộng Telegra.ph media downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nblopllhhljcbkjokcgcgakmilehpedp |
URL Chính Thức | https://chromewebstore.google.com/detail/telegraph-media-downloade/nblopllhhljcbkjokcgcgakmilehpedp |
Mô tả | Super simple, fast and clean image, video and audio downloader from telegra.ph |
Kích Thước Tệp | 21.03 KB |
Số Lần Cài Đặt | 938 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2023-10-20 |
Ngày Phát Hành | 2023-02-09 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | marat.fakhreev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |