Social Roller
Be more active on Instagram.
O que é Social Roller?
Social Roller é uma extensão do Chrome desenvolvida por Joel Dare, e sua principal característica é "Be more active on Instagram.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Social Roller
Baixe arquivos de extensão Social Roller no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Social Roller |
ID | fajegblpkhjmggbccifgkpkbjkgclgil |
URL Oficial | https://chromewebstore.google.com/detail/social-roller/fajegblpkhjmggbccifgkpkbjkgclgil |
Descrição | Be more active on Instagram. |
Tamanho do Arquivo | 155 KB |
Contagem de Instalações | 12 |
Versão Atual | 17.8.10 |
Última Atualização | 2017-08-10 |
Data de Publicação | 2017-08-10 |
Classificação | 3.40/5 Total de 10 Avaliações |
Desenvolvedor | Joel Dare |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://likeroller.us |
Idiomas Suportados | 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 } |