Social Roller

Be more active on Instagram.

ما هو Social Roller؟

Social Roller هو إضافة Chrome تم تطويرها بواسطة Joel Dare، والميزة الرئيسية لها هي "Be more active on Instagram.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Social Roller

قم بتنزيل ملفات الامتداد Social Roller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}