Multiple Instagram Accounts Switcher
Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.…
Was ist Multiple Instagram Accounts Switcher?
Multiple Instagram Accounts Switcher ist eine Chrome-Erweiterung, die von http://owlead.com entwickelt wurde, und ihr Hauptmerkmal ist "Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.…".
Erweiterungsscreenshots
Multiple Instagram Accounts Switcher-Erweiterungs-CRX-Datei herunterladen
Laden Sie Multiple Instagram Accounts Switcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | paagpgpgiddhamgkfhbkmfakdpheloak |
Offizielle URL | https://chrome.google.com/webstore/detail/multiple-instagram-accoun/paagpgpgiddhamgkfhbkmfakdpheloak |
Beschreibung | Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.… |
Dateigröße | 94.35 KB |
Installationsanzahl | 1,497 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2020-11-03 |
Veröffentlichungsdatum | 2020-07-28 |
Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
Entwickler | http://owlead.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://owlead.com/multiple-instagram-accounts-switcher/ |
Hilfeseite URL | https://owlead.com/help/ |
URL der Datenschutzrichtlinien-Seite | https://owlead.com/privacy |
Unterstützte Sprachen | 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" } ] } |