Social Roller

Be more active on Instagram.

Social Roller là gì?

Social Roller là một tiện ích mở rộng Chrome được phát triển bởi Joel Dare, và tính năng chính của nó là "Be more active on Instagram.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Social Roller

Tải xuống các tệp mở rộng Social Roller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Social Roller Social Roller
ID fajegblpkhjmggbccifgkpkbjkgclgil
URL Chính Thức https://chromewebstore.google.com/detail/social-roller/fajegblpkhjmggbccifgkpkbjkgclgil
Mô tả Be more active on Instagram.
Kích Thước Tệp 155 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 17.8.10
Cập Nhật Lần Cuối 2017-08-10
Ngày Phát Hành 2017-08-10
Đánh Giá 3.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Joel Dare
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://likeroller.us
Ngôn Ngữ Được Hỗ Trợ 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
}