Social Roller
Be more active on Instagram.
Vad är Social Roller?
Social Roller är en Chrome-tillägg utvecklad av Joel Dare, och dess huvudfunktion är "Be more active on Instagram.".
Tilläggsskärmbilder
Ladda ner Social Roller-förlängningens CRX-fil
Ladda ner Social Roller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Social Roller |
ID | fajegblpkhjmggbccifgkpkbjkgclgil |
Officiell webbadress | https://chromewebstore.google.com/detail/social-roller/fajegblpkhjmggbccifgkpkbjkgclgil |
Beskrivning | Be more active on Instagram. |
Filstorlek | 155 KB |
Antal Installationer | 12 |
Aktuell Version | 17.8.10 |
Senast Uppdaterad | 2017-08-10 |
Publiceringsdatum | 2017-08-10 |
Betyg | 3.40/5 Totalt 10 Betyg |
Utvecklare | Joel Dare |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://likeroller.us |
Stödda Språk | 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 } |