Telegra.ph media downloader
Super simple, fast and clean image, video and audio downloader from telegra.ph
Qu'est-ce que Telegra.ph media downloader ?
Telegra.ph media downloader est une extension Chrome développée par marat.fakhreev, et sa fonction principale est "Super simple, fast and clean image, video and audio downloader from telegra.ph".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Telegra.ph media downloader
Téléchargez les fichiers d'extension Telegra.ph media downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | nblopllhhljcbkjokcgcgakmilehpedp |
URL Officiel | https://chromewebstore.google.com/detail/telegraph-media-downloade/nblopllhhljcbkjokcgcgakmilehpedp |
Description | Super simple, fast and clean image, video and audio downloader from telegra.ph |
Taille du Fichier | 21.03 KB |
Nombre d'Installations | 938 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2023-10-20 |
Date de Publication | 2023-02-09 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | marat.fakhreev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |