Social Roller

Be more active on Instagram.

Co to jest Social Roller?

Social Roller to rozszerzenie Chrome opracowane przez Joel Dare, a jego główną funkcją jest „Be more active on Instagram.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Social Roller

Pobierz pliki rozszerzeń Social Roller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Social Roller Social Roller
ID fajegblpkhjmggbccifgkpkbjkgclgil
Oficjalny URL https://chromewebstore.google.com/detail/social-roller/fajegblpkhjmggbccifgkpkbjkgclgil
Opis Be more active on Instagram.
Rozmiar pliku 155 KB
Liczba instalacji 12
Aktualna Wersja 17.8.10
Ostatnia Aktualizacja 2017-08-10
Data Publikacji 2017-08-10
Ocena 3.40/5 Łącznie 10 Oceny
Deweloper Joel Dare
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://likeroller.us
Obsługiwane Języki 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
}