Multiple Instagram Accounts Switcher

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

Co je Multiple Instagram Accounts Switcher?

Multiple Instagram Accounts Switcher je rozšíření Chrome vyvinuté http://owlead.com, a jeho hlavní funkcí je „Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Multiple Instagram Accounts Switcher

Stáhněte si soubory rozšíření Multiple Instagram Accounts Switcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Multiple Instagram Accounts Switcher Multiple Instagram Accounts Switcher
ID paagpgpgiddhamgkfhbkmfakdpheloak
Oficiální URL https://chrome.google.com/webstore/detail/multiple-instagram-accoun/paagpgpgiddhamgkfhbkmfakdpheloak
Popis Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.…
Velikost souboru 94.35 KB
Počet instalací 1,497
Aktuální Verze 1.0.2
Poslední Aktualizace 2020-11-03
Datum Vydání 2020-07-28
Hodnocení 3.00/5 Celkem 4 Hodnocení
Vývojář http://owlead.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://owlead.com/multiple-instagram-accounts-switcher/
URL Stránky Nápovědy https://owlead.com/help/
URL Stránky Zásad Ochrany Soukromí https://owlead.com/privacy
Podporované Jazyky 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"
        }
    ]
}