Robot
Le seul robot qui simule le comportement humain et que tu peux voir agir sur ton ordinateur !
Was ist Robot?
Robot ist eine Chrome-Erweiterung, die von http://instabot.fr entwickelt wurde, und ihr Hauptmerkmal ist "Le seul robot qui simule le comportement humain et que tu peux voir agir sur ton ordinateur !".
Erweiterungsscreenshots
Robot-Erweiterungs-CRX-Datei herunterladen
Laden Sie Robot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
L’intelligence artificielle de ce robot est capable d’analyser 32 critères sur chaque profils pour ne garder que les plus pertinents à follow pour un meilleur taux de follow back. Pas besoin de renseigner des dizaines de critères on s’occupe de tout pour toi ! Le système sélectionne également les meilleures photos à liker pour chaque utilisateur. Résultats personne ne peut se douter que tu utilises un robot. Tu peux également voir le robot agir comme si c'était toi qui faisais les actions. Tu gardes le contrôle. Tout est paramétrable en activant ou non certaines options. Auto-like, auto-follow, auto-unfollow, vitesse, etc... Gagne jusqu'à 1000 followers par mois !
Grundlegende Informationen zur Erweiterung
Name | |
ID | lbphglipflingjmenacoimncohppjoac |
Offizielle URL | https://chrome.google.com/webstore/detail/robot/lbphglipflingjmenacoimncohppjoac |
Beschreibung | Le seul robot qui simule le comportement humain et que tu peux voir agir sur ton ordinateur ! |
Dateigröße | 379 KB |
Installationsanzahl | 198 |
Aktuelle Version | 1.2.12 |
Letztes Update | 2021-01-06 |
Veröffentlichungsdatum | 2020-12-20 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://instabot.fr |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://instabot.fr |
URL der Datenschutzrichtlinien-Seite | https://www.webmobilefirst.com/en/privacy |
Unterstützte Sprachen | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Robot", "version": "1.2.12", "description": "Le seul robot qui simule le comportement humain et que tu peux voir agir sur ton ordinateur !", "author": "Fran\u00e7ois Duprat", "manifest_version": 2, "permissions": [ "tabs", "webRequest", "webNavigation", "storage", "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.facebook.com\/*", "webRequestBlocking" ], "background": { "scripts": [ "dist\/background.js" ] }, "browser_action": { "default_icon": { "32": "logo-32-32.png", "48": "logo-48-48.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.facebook.com\/*" ], "js": [ "dist\/spoofer.js" ], "all_frames": true, "run_at": "document_idle" } ], "icons": { "32": "logo-32-32.png", "48": "logo-48-48.png", "128": "logo-128-128.png" }, "web_accessible_resources": [ "dist\/img\/*", "dist\/style.css" ] } |