Social Roller

Be more active on Instagram.

What is Social Roller?

Social Roller is a Chrome extension developed by Joel Dare, and its main feature is "Be more active on Instagram.".

Extension Screenshots

screenshot

Download Social Roller Extension CRX File

Download Social Roller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Social Roller Social Roller
ID fajegblpkhjmggbccifgkpkbjkgclgil
Official URL https://chromewebstore.google.com/detail/social-roller/fajegblpkhjmggbccifgkpkbjkgclgil
Description Be more active on Instagram.
File Size 155 KB
Installation Count 12
Current Version 17.8.10
Last Updated 2017-08-10
Publish Date 2017-08-10
Rating 3.40/5 Total 10 Ratings
Developer Joel Dare
Email [email protected]
Payment Type free
Extension Website http://likeroller.us
Supported Languages 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
}