Social Roller
Be more active on Instagram.
Qu'est-ce que Social Roller ?
Social Roller est une extension Chrome développée par Joel Dare, et sa fonction principale est "Be more active on Instagram.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Social Roller
Téléchargez les fichiers d'extension Social Roller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Social Roller |
ID | fajegblpkhjmggbccifgkpkbjkgclgil |
URL Officiel | https://chromewebstore.google.com/detail/social-roller/fajegblpkhjmggbccifgkpkbjkgclgil |
Description | Be more active on Instagram. |
Taille du Fichier | 155 KB |
Nombre d'Installations | 12 |
Version Actuelle | 17.8.10 |
Dernière Mise à Jour | 2017-08-10 |
Date de Publication | 2017-08-10 |
Évaluation | 3.40/5 Total 10 Évaluations |
Développeur | Joel Dare |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://likeroller.us |
Langues Prises en Charge | 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 } |