Magis

Get more followers and increase user engagement on Instagram.

Magis क्या है?

Magis Joel Dare द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get more followers and increase user engagement on Instagram."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Gain new followers and likes on Instagram. Magis reminds you to be active on Instagram and provides keyboard shortcuts to make you fast. Set a goal to like and comment on 20 posts an hour to significantly increase your Instagram engagement with just two minutes of work. Build brand awareness. Get more leads. Grow website traffic.                    

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

नाम Magis Magis
ID kahkfpeemmmjcbkffjmebbgkdmjglobi
आधिकारिक URL https://chromewebstore.google.com/detail/magis/kahkfpeemmmjcbkffjmebbgkdmjglobi
विवरण Get more followers and increase user engagement on Instagram.
फ़ाइल का आकार 97.87 KB
स्थापना संख्या 158
वर्तमान संस्करण 1.3.3
अंतिम अपडेट 2017-08-14
प्रकाशन तिथि 2017-08-14
रेटिंग 3.86/5 कुल 7 रेटिंग्स
डेवलपर Joel Dare
ईमेल [email protected]
भुगतान के प्रकार in_app
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Magis",
        "default_popup": "popup.html"
    },
    "name": "Magis",
    "description": "Get more followers and increase user engagement on Instagram.",
    "homepage_url": "http:\/\/www.joeldare.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/www.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "instagram.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "version": "1.3.3",
    "manifest_version": 2
}