Stormgram

Stormgram enables you to put likes much faster on multiple Instagram accounts!

Что такое Stormgram?

Stormgram - это расширение Chrome, разработанное Alessandro Marotta, и его основная функция - "Stormgram enables you to put likes much faster on multiple Instagram accounts!".

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

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

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

                        Stormgram enables you to put likes much faster on multiple Instagram accounts!
Drop down your Instagram accounts and Stormgram will put like on first post of each account!                    

Основная информация о расширении

Название Stormgram Stormgram
ID epikaabdghjinijbgcfnmnepjpejjknm
Официальный URL https://chrome.google.com/webstore/detail/stormgram/epikaabdghjinijbgcfnmnepjpejjknm
Описание Stormgram enables you to put likes much faster on multiple Instagram accounts!
Размер файла 19.94 KB
Количество установок 30
Текущая Версия 0.9.1
Последнее Обновление 2017-08-10
Дата публикации 2017-08-10
Рейтинг 1.00/5 Всего 1 оценок
Разработчик Alessandro Marotta
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/alessandromarotta/stormgram
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stormgram",
    "short_name": "Stormgram",
    "description": "Stormgram enables you to put likes much faster on multiple Instagram accounts!",
    "version": "0.9.1",
    "author": "Alessandro Marotta",
    "icons": {
        "16": "icons\/favicon.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "notifications",
        "https:\/\/www.instagram.com\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-action.png",
        "default_popup": "popup.html"
    }
}