Telegra.ph media downloader
Super simple, fast and clean image, video and audio downloader from telegra.ph
O que é Telegra.ph media downloader?
Telegra.ph media downloader é uma extensão do Chrome desenvolvida por marat.fakhreev, e sua principal característica é "Super simple, fast and clean image, video and audio downloader from telegra.ph".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Telegra.ph media downloader
Baixe arquivos de extensão Telegra.ph media downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | nblopllhhljcbkjokcgcgakmilehpedp |
URL Oficial | https://chromewebstore.google.com/detail/telegraph-media-downloade/nblopllhhljcbkjokcgcgakmilehpedp |
Descrição | Super simple, fast and clean image, video and audio downloader from telegra.ph |
Tamanho do Arquivo | 21.03 KB |
Contagem de Instalações | 938 |
Versão Atual | 1.2.2 |
Última Atualização | 2023-10-20 |
Data de Publicação | 2023-02-09 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | marat.fakhreev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |