AutoIG
Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.
Was ist AutoIG?
AutoIG ist eine Chrome-Erweiterung, die von ZLK Studio entwickelt wurde, und ihr Hauptmerkmal ist "Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.".
Erweiterungsscreenshots
AutoIG-Erweiterungs-CRX-Datei herunterladen
Laden Sie AutoIG-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
Want to make followers fast and totally FREE? Use this extension to auto follow people on Instagram. Easy and free, AutoIG let you to mass follow Insta profiles
Grundlegende Informationen zur Erweiterung
Name | |
ID | nggbmpmipngiogondncnaegfnhobanll |
Offizielle URL | https://chrome.google.com/webstore/detail/autoig/nggbmpmipngiogondncnaegfnhobanll |
Beschreibung | Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike. |
Dateigröße | 46.72 KB |
Installationsanzahl | 3,691 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2021-05-01 |
Veröffentlichungsdatum | 2020-10-03 |
Bewertung | 3.63/5 Insgesamt 16 Bewertungen |
Entwickler | ZLK Studio |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://autoig.zlkstudio.co.uk |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click to action" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.", "icons": { "128": "128x128.png", "16": "16x16.png", "48": "48x48.png" }, "manifest_version": 2, "name": "AutoIG", "options_page": "options.html", "permissions": [ "tabs", "https:\/\/www.instagram.com\/*", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "web_accessible_resources": [ "options.html" ] } |