Instagram Downloader
Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.
Τι είναι το Instagram Downloader;
Το Instagram Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Zahra Jalilibaleh, και η κύρια λειτουργία του είναι "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Instagram Downloader
Λήψη αρχείων επέκτασης Instagram Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Download Instagram Posts, Stories and IGTVs.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lammhgappkpelpobpoihfbpeelojmgfo |
Επίσημο URL | https://chrome.google.com/webstore/detail/instagram-downloader/lammhgappkpelpobpoihfbpeelojmgfo |
Περιγραφή | Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV. |
Μέγεθος Αρχείου | 195 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2021-02-22 |
Ημερομηνία Δημοσίευσης | 2021-02-22 |
Προγραμματιστής | Zahra Jalilibaleh |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://instractor.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://instractor.com/instagram-downloader |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js", "js\/mebackground.js" ] }, "content_scripts": [ { "css": [ "css\/extension.css" ], "js": [ "js\/extension.js", "js\/me.js" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "description": "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.", "icons": { "512": "icons\/instagram.png" }, "manifest_version": 2, "name": "Instagram Downloader", "options_ui": { "page": "options.html" }, "permissions": [ "downloads", "activeTab", "cookies" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "web_accessible_resources": [ "icons\/download_black.png", "icons\/download_white.png", "icons\/instagram.png" ] } |