Social Roller
Be more active on Instagram.
Co je Social Roller?
Social Roller je rozšíření Chrome vyvinuté Joel Dare, a jeho hlavní funkcí je „Be more active on Instagram.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Social Roller
Stáhněte si soubory rozšíření Social Roller ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Social Roller |
ID | fajegblpkhjmggbccifgkpkbjkgclgil |
Oficiální URL | https://chromewebstore.google.com/detail/social-roller/fajegblpkhjmggbccifgkpkbjkgclgil |
Popis | Be more active on Instagram. |
Velikost souboru | 155 KB |
Počet instalací | 12 |
Aktuální Verze | 17.8.10 |
Poslední Aktualizace | 2017-08-10 |
Datum Vydání | 2017-08-10 |
Hodnocení | 3.40/5 Celkem 10 Hodnocení |
Vývojář | Joel Dare |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://likeroller.us |
Podporované Jazyky | 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 } |