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
公式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
Eメール [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
}