Telegra.ph media downloader
Super simple, fast and clean image, video and audio downloader from telegra.ph
Co to jest Telegra.ph media downloader?
Telegra.ph media downloader to rozszerzenie Chrome opracowane przez marat.fakhreev, a jego główną funkcją jest „Super simple, fast and clean image, video and audio downloader from telegra.ph”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Telegra.ph media downloader
Pobierz pliki rozszerzeń Telegra.ph media downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nblopllhhljcbkjokcgcgakmilehpedp |
Oficjalny URL | https://chromewebstore.google.com/detail/telegraph-media-downloade/nblopllhhljcbkjokcgcgakmilehpedp |
Opis | Super simple, fast and clean image, video and audio downloader from telegra.ph |
Rozmiar pliku | 21.03 KB |
Liczba instalacji | 938 |
Aktualna Wersja | 1.2.2 |
Ostatnia Aktualizacja | 2023-10-20 |
Data Publikacji | 2023-02-09 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | marat.fakhreev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |