Magis

Get more followers and increase user engagement on Instagram.

Cos'è Magis?

Magis è un'estensione di Chrome sviluppata da Joel Dare, e la sua funzione principale è "Get more followers and increase user engagement on Instagram.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Magis

Scarica i file di estensione Magis in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Magis Magis
ID kahkfpeemmmjcbkffjmebbgkdmjglobi
URL Ufficiale https://chromewebstore.google.com/detail/magis/kahkfpeemmmjcbkffjmebbgkdmjglobi
Descrizione Get more followers and increase user engagement on Instagram.
Dimensione del File 97.87 KB
Conteggio Installazioni 158
Versione Corrente 1.3.3
Ultimo Aggiornamento 2017-08-14
Data di Pubblicazione 2017-08-14
Valutazione 3.86/5 Totale 7 Valutazioni
Sviluppatore Joel Dare
Email [email protected]
Tipo di Pagamento in_app
Lingue Supportate 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
}