AutoIG
Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.
What is AutoIG?
AutoIG is a Chrome extension developed by ZLK Studio, and its main feature is "Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.".
Extension Screenshots
Download AutoIG Extension CRX File
Download AutoIG extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | nggbmpmipngiogondncnaegfnhobanll |
Official URL | https://chrome.google.com/webstore/detail/autoig/nggbmpmipngiogondncnaegfnhobanll |
Description | Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike. |
File Size | 46.72 KB |
Installation Count | 3,691 |
Current Version | 1.0.3 |
Last Updated | 2021-05-01 |
Publish Date | 2020-10-03 |
Rating | 3.63/5 Total 16 Ratings |
Developer | ZLK Studio |
[email protected] | |
Payment Type | free |
Extension Website | https://autoig.zlkstudio.co.uk |
Supported Languages | 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" ] } |