Social Roller

Be more active on Instagram.

Was ist Social Roller?

Social Roller ist eine Chrome-Erweiterung, die von Joel Dare entwickelt wurde, und ihr Hauptmerkmal ist "Be more active on Instagram.".

Erweiterungsscreenshots

screenshot

Social Roller-Erweiterungs-CRX-Datei herunterladen

Laden Sie Social Roller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Social Roller Social Roller
ID fajegblpkhjmggbccifgkpkbjkgclgil
Offizielle URL https://chromewebstore.google.com/detail/social-roller/fajegblpkhjmggbccifgkpkbjkgclgil
Beschreibung Be more active on Instagram.
Dateigröße 155 KB
Installationsanzahl 12
Aktuelle Version 17.8.10
Letztes Update 2017-08-10
Veröffentlichungsdatum 2017-08-10
Bewertung 3.40/5 Insgesamt 10 Bewertungen
Entwickler Joel Dare
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://likeroller.us
Unterstützte Sprachen 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
}