Social Roller

Be more active on Instagram.

什麼是Social Roller?

Social Roller是由Joel Dare開發的Chrome擴展程式,該擴展的主要功能是“Be more active on Instagram.”。

擴展截圖

screenshot

下載Social Roller擴展crx文件

下載Social Roller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}