Magis

Get more followers and increase user engagement on Instagram.

Co je Magis?

Magis je rozšíření Chrome vyvinuté Joel Dare, a jeho hlavní funkcí je „Get more followers and increase user engagement on Instagram.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Magis

Stáhněte si soubory rozšíření Magis 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í

                        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.                    

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

Název Magis Magis
ID kahkfpeemmmjcbkffjmebbgkdmjglobi
Oficiální URL https://chromewebstore.google.com/detail/magis/kahkfpeemmmjcbkffjmebbgkdmjglobi
Popis Get more followers and increase user engagement on Instagram.
Velikost souboru 97.87 KB
Počet instalací 158
Aktuální Verze 1.3.3
Poslední Aktualizace 2017-08-14
Datum Vydání 2017-08-14
Hodnocení 3.86/5 Celkem 7 Hodnocení
Vývojář Joel Dare
E-mail [email protected]
Typ Platby in_app
Podporované Jazyky 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
}