GrowBot Automator for Instagram

Automatic follow/unfollow/like with advanced filters, randomized timers, and more high-tech features.

GrowBot Automator for Instagramคืออะไร?

GrowBot Automator for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://growbotforfollowers.com และคุณลักษณะหลักของมันคือ "Automatic follow/unfollow/like with advanced filters, randomized timers, and more high-tech features."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GrowBot Automator for Instagram

ดาวน์โหลดไฟล์ส่วนขยาย GrowBot Automator for Instagram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This "Instagram bot" can automatically follow all of someone's followers, followings, commenters, or likers for you. 

Not just a mass follower!  Growbot is the best tool for Instagram to save you time and grow your following!

Often imitated, never duplicated!  There's a reason Growbot is the most downloaded tool of its kind!

Growbot is updated fairly often with new features, and the developer is always ready to help.

Growbot Automator for Instagram Features:
- filters to only interact with accounts which match your critera (number of followers, posts, bio text, and so much more!)
- follow
- follow and like user's pics
- unfollow (based on settings like how long ago you followed them, if they were followed by Growbot or not, your filters, etc)
- remove followers (to remove spammy accounts and boost your reach!)
- block
- like user's pics
- like media from your feed
- like media from a hashtag
- load lists of who likes and comments on your pics (or someone else's!)
- whitelist to never unfollow your friends
- randomized and configurable delays and limits between actions to avoid instagram's rate limits and blocks
- retry hours later if you do get rate limited
- and so much more!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GrowBot Automator for Instagram GrowBot Automator for Instagram
ID abhcgokmndbiegmmbjffdlpihgdmeejf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/growbot-automator-for-ins/abhcgokmndbiegmmbjffdlpihgdmeejf
คำอธิบาย Automatic follow/unfollow/like with advanced filters, randomized timers, and more high-tech features.
ขนาดไฟล์ 397 KB
จำนวนการติดตั้ง 81,906
เวอร์ชันปัจจุบัน 2.1.3
อัปเดตครั้งล่าสุด 2024-02-02
วันที่เผยแพร่ 2020-02-21
คะแนน 4.25/5 รวมทั้งหมด 779 คะแนน
ผู้พัฒนา https://growbotforfollowers.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.growbotforfollowers.com
URL หน้าช่วยเหลือ https://www.growbotforfollowers.com
URL หน้านโยบายความเป็นส่วนตัว https://www.growbotforfollowers.com/privacy-policy.html
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.1.3",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "object-src 'self'; script-src 'self'; frame-src 'self' https:\/\/www.growbotforfollowers.com;"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.growbotforfollowers.com\/*"
            ],
            "css": [
                "theme.blue.css",
                "contentscript.css"
            ],
            "js": [
                "jquery3.js",
                "wNumb.js",
                "nouislider.js",
                "jquery.tablesorter.js",
                "jquery.tablesorter.widgets.js",
                "widget-pager.js",
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "background": {
        "service_worker": "backgroundscript.js"
    },
    "action": {
        "default_title": "GrowBot Automator for Instagram"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "unlimitedStorage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*",
        "https:\/\/*.growbotforfollowers.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.png",
                "*.css",
                "*.json",
                "*.html"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.growbotforfollowers.com\/*"
            ]
        }
    ]
}