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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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
Ηλεκτρονικό ταχυδρομείο [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
}