IG Follower Export tool

__MSG_chrome_extension_description__

IG Follower Export toolคืออะไร?

IG Follower Export tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://hypercavs.com และคุณลักษณะหลักของมันคือ "__MSG_chrome_extension_description__ "

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IG Follower Export tool

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

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

                        🔍 Looking to export your Instagram followers and followings? Look no further! Introducing the IG Follower Export Tool, the ultimate extension trusted by over 100k users! 🚀📈

📥 With just a few clicks, you can export your followers and followings in Excel format, making it convenient for further analysis and management. Save time and effort with our powerful features:

📋 Key Features:
1️⃣ Export a list of followers from Instagram to CSV effortlessly.
2️⃣ Export a list of followings from Instagram to CSV quickly.
3️⃣ Extract users' profiles, including follower and following counts, biographies, public email addresses, and more.
4️⃣ Automatic progress saving allows you to pause and resume the extraction whenever you want. You can even switch to a different Instagram account while the extraction is paused. 💪✋

🔒 Security Matters:
Rest assured, the IG Follower Export Tool does not ask for your Instagram password, nor does it store or transmit any of your data, including your IG user information, visit history, posts, or social relationships.

⚠️ Important Note: 
While using the extension, it's important to be aware of the potential risks associated with Instagram deactivating or blocking your account. To mitigate these risks, we recommend using alternative accounts and controlling the frequency of use at your own discretion. Your account's safety is our top priority! 🛡️👀

🤝 Customer Support:
For any assistance or queries, please reach out to our dedicated support team at [email protected]. We're here to help!

💎 Unlock Premium Benefits with IG Follower Export Tool PRO 💎
You can export the first 500 profiles of every extraction as a free trial. Upgrade to our PRO version for exclusive benefits! Experience the full potential of our extension and supercharge your Instagram data management!

🔥📈 Don't miss out on this powerful tool! Install the IG Follower Export Tool now and take control of your Instagram analytics today! 📈🔥                    

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

ชื่อ IG Follower Export tool IG Follower Export tool
ID diobnppoomflbfopidklhnonklfpigng
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ig-follower-export-tool/diobnppoomflbfopidklhnonklfpigng
คำอธิบาย __MSG_chrome_extension_description__
ขนาดไฟล์ 1.69 MB
จำนวนการติดตั้ง 115,647
เวอร์ชันปัจจุบัน 1.9.0
อัปเดตครั้งล่าสุด 2023-05-29
วันที่เผยแพร่ 2021-02-03
คะแนน 3.63/5 รวมทั้งหมด 81 คะแนน
ผู้พัฒนา http://hypercavs.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://hypercavs.com/ig-follower-export-tool/
URL หน้านโยบายความเป็นส่วนตัว http://www.hypercavs.com/shopify-shark/privacy-policy.html
ภาษาที่รองรับ en,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__ ",
    "version": "1.9.0",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "default_locale": "en",
    "action": {
        "default_title": "IG Follower Export tool",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/i.instagram.com\/*",
        "https:\/\/www.instagram.com\/*",
        "https:\/\/*.cdninstagram.com\/*",
        "https:\/\/*.fbcdn.net\/*",
        "https:\/\/hypercavs.com\/"
    ]
}