ig export

A chrome extension to export IG followers,following to CSV formats

ig export क्या है?

ig export joahyi7 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension to export IG followers,following to CSV formats"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ig export एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Export Instagram Followers/Following List to Excel
IG Export can help you export Instagram followers or following list to a  CSV file.

🖖  KEY FEATURES:

Export millions of  records in minutes.

🔎  HOW DOES IT WORK:

Using Instagram's official API to export data.
Free user can export the first 1000 records.
Paid user can export without limits.

🔒  USAGE POLICY

No password required. 
All the data you export is processed locally, so no one knows what you exported.                    

एक्सटेंशन की मूल जानकारी

नाम ig export ig export
ID ddaecgkckhmlkbkbkclfpopechmmbceo
आधिकारिक URL https://chromewebstore.google.com/detail/ig-export/ddaecgkckhmlkbkbkclfpopechmmbceo
विवरण A chrome extension to export IG followers,following to CSV formats
फ़ाइल का आकार 2.97 MB
स्थापना संख्या 149
वर्तमान संस्करण 1.6.0
अंतिम अपडेट 2024-01-24
प्रकाशन तिथि 2023-05-29
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर joahyi7
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.igtools.store
सहायता पृष्ठ URL https://www.igtools.store
गोपनीयता नीति पृष्ठ URL https://amethyst-indigo-dd7.notion.site/Privacy-Policy-71f9fe0d73b84458a62db131c8c049e0
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ig export",
    "version": "1.6.0",
    "description": "A chrome extension to export IG followers,following to CSV formats",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentStyle.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/www.igtools.store\/*",
        "https:\/\/buy.igtools.store\/*"
    ]
}