Multiple Instagram Accounts Switcher
Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.…
Qu'est-ce que Multiple Instagram Accounts Switcher ?
Multiple Instagram Accounts Switcher est une extension Chrome développée par http://owlead.com, et sa fonction principale est "Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Multiple Instagram Accounts Switcher
Téléchargez les fichiers d'extension Multiple Instagram Accounts Switcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | paagpgpgiddhamgkfhbkmfakdpheloak |
URL Officiel | https://chrome.google.com/webstore/detail/multiple-instagram-accoun/paagpgpgiddhamgkfhbkmfakdpheloak |
Description | Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.… |
Taille du Fichier | 94.35 KB |
Nombre d'Installations | 1,497 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2020-11-03 |
Date de Publication | 2020-07-28 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | http://owlead.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://owlead.com/multiple-instagram-accounts-switcher/ |
URL de la Page d'Aide | https://owlead.com/help/ |
URL de la Page de Politique de Confidentialité | https://owlead.com/privacy |
Langues Prises en Charge | 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" } ] } |