Multiple Instagram Accounts Switcher
Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.…
Cos'è Multiple Instagram Accounts Switcher?
Multiple Instagram Accounts Switcher è un'estensione di Chrome sviluppata da http://owlead.com, e la sua funzione principale è "Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Multiple Instagram Accounts Switcher
Scarica i file di estensione Multiple Instagram Accounts Switcher 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
Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly. Install the extension, log in on your Instagram accounts, and switch with a click. Add and switch multiple Instagram accounts on Chrome, from your desktop or laptop. Save time preventing going back and forth login in and login out from Instagram. Switch to different Instagram accounts on your computer has never been so simple. Log in once and manage multiple Instagram accounts effortlessly. Questions, comments or suggestions: [email protected] More social media management resources: - Multiple Twitter Accounts Extension (https://chrome.google.com/webstore/detail/multiple-twitter-accounts/gajnifmlijakbfmnhnnjplphnehlkfdh) - Twitter Growth Service - (https://owlead.com) Cheers!
Informazioni di Base sull'Estensione
Nome | |
ID | paagpgpgiddhamgkfhbkmfakdpheloak |
URL Ufficiale | https://chrome.google.com/webstore/detail/multiple-instagram-accoun/paagpgpgiddhamgkfhbkmfakdpheloak |
Descrizione | Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.… |
Dimensione del File | 94.35 KB |
Conteggio Installazioni | 1,497 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2020-11-03 |
Data di Pubblicazione | 2020-07-28 |
Valutazione | 3.00/5 Totale 4 Valutazioni |
Sviluppatore | http://owlead.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://owlead.com/multiple-instagram-accounts-switcher/ |
URL della Pagina di Aiuto | https://owlead.com/help/ |
URL della Pagina della Politica sulla Privacy | https://owlead.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multiple Instagram Accounts Switcher", "version": "1.0.2", "description": "", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "storage", "cookies", "https:\/\/instagram.com\/", "https:\/\/www.instagram.com\/" ], "browser_action": { "default_popup": "window.html" }, "background": { "scripts": [ "js\/util.js", "js\/background.js" ], "persistent": false }, "icons": { "128": "img\/icon.png" }, "content_scripts": [ { "css": [ "css\/styles.css" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/util.js", "js\/content.js" ], "matches": [ "https:\/\/instagram.com\/*", "https:\/\/www.instagram.com\/*" ], "run_at": "document_end" } ] } |