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" ] } |