App for Instagram in Browser with Direct
Extension for Instagram, allows you to exchange private messages in direct.
Cos'è App for Instagram in Browser with Direct?
App for Instagram in Browser with Direct è un'estensione di Chrome sviluppata da http://poqdev.com, e la sua funzione principale è "Extension for Instagram, allows you to exchange private messages in direct.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione App for Instagram in Browser with Direct
Scarica i file di estensione App for Instagram in Browser with Direct in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | eicmpjhebninebabifciaiamcnlacagb |
URL Ufficiale | https://chrome.google.com/webstore/detail/app-for-instagram-in-brow/eicmpjhebninebabifciaiamcnlacagb |
Descrizione | Extension for Instagram, allows you to exchange private messages in direct. |
Dimensione del File | 358 KB |
Conteggio Installazioni | 9,000 |
Versione Corrente | 1.1.7 |
Ultimo Aggiornamento | 2022-03-07 |
Data di Pubblicazione | 2021-05-01 |
Valutazione | 4.91/5 Totale 11 Valutazioni |
Sviluppatore | http://poqdev.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://poqdev.com/ |
URL della Pagina di Aiuto | https://poqdev.com/ |
URL della Pagina della Politica sulla Privacy | https://poqdev.com/privacity |
Lingue Supportate | 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": [ " |