Multiple Instagram Accounts Switcher

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

Multiple Instagram Accounts Switcher क्या है?

Multiple Instagram Accounts Switcher http://owlead.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Multiple Instagram Accounts Switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Multiple Instagram Accounts Switcher Multiple Instagram Accounts Switcher
ID paagpgpgiddhamgkfhbkmfakdpheloak
आधिकारिक URL https://chrome.google.com/webstore/detail/multiple-instagram-accoun/paagpgpgiddhamgkfhbkmfakdpheloak
विवरण Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.…
फ़ाइल का आकार 94.35 KB
स्थापना संख्या 1,497
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2020-11-03
प्रकाशन तिथि 2020-07-28
रेटिंग 3.00/5 कुल 4 रेटिंग्स
डेवलपर http://owlead.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://owlead.com/multiple-instagram-accounts-switcher/
सहायता पृष्ठ URL https://owlead.com/help/
गोपनीयता नीति पृष्ठ URL https://owlead.com/privacy
समर्थित भाषाएँ 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"
        }
    ]
}