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 |
公式URL | 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 |
Eメール | [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" ] } |