Multiple Instagram Accounts Switcher

Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.…

Vad är Multiple Instagram Accounts Switcher?

Multiple Instagram Accounts Switcher är en Chrome-tillägg utvecklad av http://owlead.com, och dess huvudfunktion är "Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Multiple Instagram Accounts Switcher-förlängningens CRX-fil

Ladda ner Multiple Instagram Accounts Switcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Multiple Instagram Accounts Switcher Multiple Instagram Accounts Switcher
ID paagpgpgiddhamgkfhbkmfakdpheloak
Officiell webbadress https://chrome.google.com/webstore/detail/multiple-instagram-accoun/paagpgpgiddhamgkfhbkmfakdpheloak
Beskrivning Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.…
Filstorlek 94.35 KB
Antal Installationer 1,497
Aktuell Version 1.0.2
Senast Uppdaterad 2020-11-03
Publiceringsdatum 2020-07-28
Betyg 3.00/5 Totalt 4 Betyg
Utvecklare http://owlead.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://owlead.com/multiple-instagram-accounts-switcher/
Hjälpsida URL https://owlead.com/help/
URL till Sekretesspolicy Sidan https://owlead.com/privacy
Stödda Språk 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"
        }
    ]
}