AutoIG
Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.
什麼是AutoIG?
AutoIG是由ZLK Studio開發的Chrome擴展程式,該擴展的主要功能是“Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.”。
擴展截圖
下載AutoIG擴展crx文件
下載AutoIG擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | nggbmpmipngiogondncnaegfnhobanll |
官方網址 | https://chrome.google.com/webstore/detail/autoig/nggbmpmipngiogondncnaegfnhobanll |
簡介 | Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike. |
檔案大小 | 46.72 KB |
安裝次數 | 3,691 |
目前版本 | 1.0.3 |
更新時間 | 2021-05-01 |
上架時間 | 2020-10-03 |
評分 | 3.63/5 共 16 次評分 |
開發者 | ZLK Studio |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://autoig.zlkstudio.co.uk |
支援的語言 | 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" ] } |