Social Roller

Be more active on Instagram.

Social Roller क्या है?

Social Roller Joel Dare द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be more active on Instagram."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Social Roller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}