Social Roller

Be more active on Instagram.

Cos'è Social Roller?

Social Roller è un'estensione di Chrome sviluppata da Joel Dare, e la sua funzione principale è "Be more active on Instagram.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Social Roller

Scarica i file di estensione Social Roller 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Social Roller Social Roller
ID fajegblpkhjmggbccifgkpkbjkgclgil
URL Ufficiale https://chromewebstore.google.com/detail/social-roller/fajegblpkhjmggbccifgkpkbjkgclgil
Descrizione Be more active on Instagram.
Dimensione del File 155 KB
Conteggio Installazioni 12
Versione Corrente 17.8.10
Ultimo Aggiornamento 2017-08-10
Data di Pubblicazione 2017-08-10
Valutazione 3.40/5 Totale 10 Valutazioni
Sviluppatore Joel Dare
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://likeroller.us
Lingue Supportate 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
}