Social Roller

Be more active on Instagram.

Что такое Social Roller?

Social Roller - это расширение Chrome, разработанное Joel Dare, и его основная функция - "Be more active on Instagram.".

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

screenshot

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

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

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

                        It clicks the "like" button on an Instagram post, waits a few seconds, then clicks the next button and repeats the process over and over again. You can leave the tab open with Social Roller running while you work on other things. The extension tries to act like a normal user would and automatically stops after liking 50 posts (configurable).

Use sparingly or Instagram will block you from liking content on their site.

Previously called Like Roller.                    

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

Название Social Roller Social Roller
ID fajegblpkhjmggbccifgkpkbjkgclgil
Официальный URL https://chromewebstore.google.com/detail/social-roller/fajegblpkhjmggbccifgkpkbjkgclgil
Описание Be more active on Instagram.
Размер файла 155 KB
Количество установок 12
Текущая Версия 17.8.10
Последнее Обновление 2017-08-10
Дата публикации 2017-08-10
Рейтинг 3.40/5 Всего 10 оценок
Разработчик Joel Dare
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://likeroller.us
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Social Roller"
    },
    "name": "Social Roller",
    "description": "Be more active on Instagram.",
    "homepage_url": "http:\/\/socialroller.us",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "version": "17.8.10",
    "manifest_version": 2
}