Telegra.ph media downloader
Super simple, fast and clean image, video and audio downloader from telegra.ph
Что такое Telegra.ph media downloader?
Telegra.ph media downloader - это расширение Chrome, разработанное marat.fakhreev, и его основная функция - "Super simple, fast and clean image, video and audio downloader from telegra.ph".
Снимки экрана расширения
Скачать файл CRX расширения Telegra.ph media downloader
Скачайте файлы расширений Telegra.ph media downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | |
ID | nblopllhhljcbkjokcgcgakmilehpedp |
Официальный URL | https://chromewebstore.google.com/detail/telegraph-media-downloade/nblopllhhljcbkjokcgcgakmilehpedp |
Описание | Super simple, fast and clean image, video and audio downloader from telegra.ph |
Размер файла | 21.03 KB |
Количество установок | 938 |
Текущая Версия | 1.2.2 |
Последнее Обновление | 2023-10-20 |
Дата публикации | 2023-02-09 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | marat.fakhreev |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |