Telegra.ph media downloader
Super simple, fast and clean image, video and audio downloader from telegra.ph
Was ist Telegra.ph media downloader?
Telegra.ph media downloader ist eine Chrome-Erweiterung, die von marat.fakhreev entwickelt wurde, und ihr Hauptmerkmal ist "Super simple, fast and clean image, video and audio downloader from telegra.ph".
Erweiterungsscreenshots
Telegra.ph media downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Telegra.ph media downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | nblopllhhljcbkjokcgcgakmilehpedp |
Offizielle URL | https://chromewebstore.google.com/detail/telegraph-media-downloade/nblopllhhljcbkjokcgcgakmilehpedp |
Beschreibung | Super simple, fast and clean image, video and audio downloader from telegra.ph |
Dateigröße | 21.03 KB |
Installationsanzahl | 938 |
Aktuelle Version | 1.2.2 |
Letztes Update | 2023-10-20 |
Veröffentlichungsdatum | 2023-02-09 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | marat.fakhreev |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |