Mobile App for Instagram
Instagram almost like in your smartphone. Download stories, photo and video. Upload photo. Direct Message
Τι είναι το Mobile App for Instagram;
Το Mobile App for Instagram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Web IG, και η κύρια λειτουργία του είναι "Instagram almost like in your smartphone. Download stories, photo and video. Upload photo. Direct Message".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mobile App for Instagram
Λήψη αρχείων επέκτασης Mobile App for Instagram σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension presents a set of most useful features for desktop Instagram: direct messages, upload stories and IGTV, downloading, and many more! 1. Full support of direct messages 2. Better layout for better experience 3. Upload IGTV or photo to Stories or Feed from your PC 4. Download any photo or video from Instagram to your PC 5. Go to dark mode for better user experience We are here to make your social experience better. One single click in your browser takes you to Instagram to share photos and video, view feed and chat with friends. Downloading feature is also available in order you could save your precious moments and view them later. You will love our new layout for Instagram. We made a perfect extension for Chrome with an intuitive design and nice interface and a bunch of useful features.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mjpalpkidloagdebeaekjjfahbichjma |
Επίσημο URL | https://chrome.google.com/webstore/detail/mobile-app-for-instagram/mjpalpkidloagdebeaekjjfahbichjma |
Περιγραφή | Instagram almost like in your smartphone. Download stories, photo and video. Upload photo. Direct Message |
Μέγεθος Αρχείου | 65.87 KB |
Αριθμός Εγκαταστάσεων | 1,791 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2021-08-05 |
Ημερομηνία Δημοσίευσης | 2021-07-31 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Web IG |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://sites.google.com/view/mobileappforinstagram |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.1", "minimum_chrome_version": "40", "default_locale": "en", "icons": { "128": "img\/icon_128.png" }, "browser_action": { "default_icon": { "16": "img\/icon_16.png" } }, "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "*:\/\/*.instagram.com\/*", "webRequest", "webRequestBlocking" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "css\/*", "img\/*" ] } |