Social Roller
Be more active on Instagram.
Hvad er Social Roller?
Social Roller er en Chrome-udvidelse udviklet af Joel Dare, og dens hovedfunktion er "Be more active on Instagram.".
Udvidelsesskærmbilleder
Download Social Roller-udvidelses-CRX-fil
Download Social Roller-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Social Roller |
ID | fajegblpkhjmggbccifgkpkbjkgclgil |
Officiel URL | https://chromewebstore.google.com/detail/social-roller/fajegblpkhjmggbccifgkpkbjkgclgil |
Beskrivelse | Be more active on Instagram. |
Filstørrelse | 155 KB |
Antal Installationer | 12 |
Nuværende Version | 17.8.10 |
Senest Opdateret | 2017-08-10 |
Udgivelsesdato | 2017-08-10 |
Bedømmelse | 3.40/5 Samlet 10 Bedømmelser |
Udvikler | Joel Dare |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://likeroller.us |
Understøttede Sprog | 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 } |