Social Roller

Be more active on Instagram.

Wat is Social Roller?

Social Roller is een Chrome-extensie ontwikkeld door Joel Dare, en de belangrijkste functie is "Be more active on Instagram.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Social Roller

Download Social Roller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Social Roller Social Roller
ID fajegblpkhjmggbccifgkpkbjkgclgil
Officiële URL https://chromewebstore.google.com/detail/social-roller/fajegblpkhjmggbccifgkpkbjkgclgil
Beschrijving Be more active on Instagram.
Bestandsgrootte 155 KB
Aantal Installaties 12
Huidige Versie 17.8.10
Laatst Bijgewerkt 2017-08-10
Publicatiedatum 2017-08-10
Beoordeling 3.40/5 Totaal 10 Beoordelingen
Ontwikkelaar Joel Dare
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://likeroller.us
Ondersteunde Talen 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
}