App for Instagram in Browser with Direct
Extension for Instagram, allows you to exchange private messages in direct.
Τι είναι το App for Instagram in Browser with Direct;
Το App for Instagram in Browser with Direct είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://poqdev.com, και η κύρια λειτουργία του είναι "Extension for Instagram, allows you to exchange private messages in direct.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης App for Instagram in Browser with Direct
Λήψη αρχείων επέκτασης App for Instagram in Browser with Direct σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is much superior to an Instagram smartphone app! IG Stories, as well as other features, can be viewed or downloaded/uploaded directly in your browser. It's a basic browser extension that allows you to easily download photographs and images, post messages, or just watch what your friends are up to. COOL FEATURES: Upload images to Instagram from your phone. - You can quickly upload a picture or video file to Instagram from your phone. Upload the tales. - Tell your peers of the most important events of your life. Download any Instagram images or videos you want. - You can quickly download any videos or pictures to your desktop. - Users would have no idea you've watched and downloaded their Story if you do so. See the stories of people you're not following. - Even if you don't follow them, you can go to their profile and read their story or message. Take a screenshot of the page. - Take fast snapshots on Instagram without having to install any extra plugins. All is very straightforward. In no way does Web for Instagram belong to or contribute to the official Instagram application/website. It is an unauthorized software that is privately developed and maintained. Only smartphones and the internet are supported by the official app.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | eicmpjhebninebabifciaiamcnlacagb |
Επίσημο URL | https://chrome.google.com/webstore/detail/app-for-instagram-in-brow/eicmpjhebninebabifciaiamcnlacagb |
Περιγραφή | Extension for Instagram, allows you to exchange private messages in direct. |
Μέγεθος Αρχείου | 358 KB |
Αριθμός Εγκαταστάσεων | 9,000 |
Τρέχουσα Έκδοση | 1.1.7 |
Τελευταία Ενημέρωση | 2022-03-07 |
Ημερομηνία Δημοσίευσης | 2021-05-01 |
Αξιολόγηση | 4.91/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | http://poqdev.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://poqdev.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://poqdev.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://poqdev.com/privacity |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "libs\/jquery.js", "background.js" ] }, "browser_action": { "default_icon": { "128": "assets\/icons\/icon128.png", "256": "assets\/icons\/icon256.png", "32": "assets\/icons\/icon32.png", "64": "assets\/icons\/icon64.png" }, "default_title": "__MSG_name__" }, "content_scripts": [ { "all_frames": false, "js": [ "js\/browser.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle" }, { "js": [ "js\/replace.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ], "run_at": "document_start" }, { "css": [ "assets\/css\/popup.css" ], "js": [ "libs\/jquery.js", "js\/content.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ] }, { "all_frames": true, "js": [ "js\/instaLinkListener.js" ], "matches": [ " |