Telegra.ph media downloader
Super simple, fast and clean image, video and audio downloader from telegra.ph
Hvad er Telegra.ph media downloader?
Telegra.ph media downloader er en Chrome-udvidelse udviklet af marat.fakhreev, og dens hovedfunktion er "Super simple, fast and clean image, video and audio downloader from telegra.ph".
Udvidelsesskærmbilleder
Download Telegra.ph media downloader-udvidelses-CRX-fil
Download Telegra.ph media downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nblopllhhljcbkjokcgcgakmilehpedp |
Officiel URL | https://chromewebstore.google.com/detail/telegraph-media-downloade/nblopllhhljcbkjokcgcgakmilehpedp |
Beskrivelse | Super simple, fast and clean image, video and audio downloader from telegra.ph |
Filstørrelse | 21.03 KB |
Antal Installationer | 938 |
Nuværende Version | 1.2.2 |
Senest Opdateret | 2023-10-20 |
Udgivelsesdato | 2023-02-09 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | marat.fakhreev |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |