Social Roller

Be more active on Instagram.

Social Roller란 무엇입니까?

Social Roller은(는) Joel Dare에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Be more active on Instagram."입니다.

확장 프로그램 스크린샷

screenshot

Social Roller 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Social Roller Social Roller
ID fajegblpkhjmggbccifgkpkbjkgclgil
공식 URL https://chromewebstore.google.com/detail/social-roller/fajegblpkhjmggbccifgkpkbjkgclgil
설명 Be more active on Instagram.
파일 크기 155 KB
설치 횟수 12
현재 버전 17.8.10
최근 업데이트 2017-08-10
출시 날짜 2017-08-10
평점 3.40/5 총 10 개의 평점
개발자 Joel Dare
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://likeroller.us
지원되는 언어 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
}