Telegra.ph media downloader
Super simple, fast and clean image, video and audio downloader from telegra.ph
Apa itu Telegra.ph media downloader?
Telegra.ph media downloader adalah ekstensi Chrome yang dikembangkan oleh marat.fakhreev, dan fitur utamanya adalah "Super simple, fast and clean image, video and audio downloader from telegra.ph".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Telegra.ph media downloader
Unduh file ekstensi Telegra.ph media downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | nblopllhhljcbkjokcgcgakmilehpedp |
URL Resmi | https://chromewebstore.google.com/detail/telegraph-media-downloade/nblopllhhljcbkjokcgcgakmilehpedp |
Deskripsi | Super simple, fast and clean image, video and audio downloader from telegra.ph |
Ukuran File | 21.03 KB |
Jumlah Instalasi | 938 |
Versi Saat Ini | 1.2.2 |
Terakhir Diperbarui | 2023-10-20 |
Tanggal Publikasi | 2023-02-09 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | marat.fakhreev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |