Magis

Get more followers and increase user engagement on Instagram.

Что такое Magis?

Magis - это расширение Chrome, разработанное Joel Dare, и его основная функция - "Get more followers and increase user engagement on Instagram.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Magis

Скачайте файлы расширений Magis в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}