IGLikeExport - extract likes for IG

A chrome extenstion for Export Instagram likes list with user profile to CSV and Excel with one click.

IGLikeExport - extract likes for IG क्या है?

IGLikeExport - extract likes for IG Ez4Studio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extenstion for Export Instagram likes list with user profile to CSV and Excel with one click."।

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

screenshot
screenshot
screenshot

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

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

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

                        A smart tools for Instagram research, marketing and analysis, one click to export likes users to CSV and Excel.

Use this tool to find Instagram unfollowed user, ghost user and make a user random picker, you can export userid, username, biography, email, follower count, following count, tags count and many more columns.

WHICH MEDIA TYPES ARE SUPPORTED TO EXPORT?
This tool can export the likes of Instagram Post / Feed, Reels and IGTV Video page.

HOW TO EXPORT IG LIKES DATA?
1. Make sure login instagram.com first
2. Enter a Instagram post URL
3. Click the export button

WHAT COLUMNS YOU CAN EXPORT?
#User ID
#Username
#Full Name
#Followed by viewer
#Requested by viewer
#Is verified
#Profile URL
#Avatar URL
#Biography
#Posts
#Followers
#Followings
#Tags
#Email
#Phone number
#Is Private
#Is Business
#External URL
#Category
#Zip, 
#Latitude
#Longitude

DATA PRIVACY
All the data is processed on your local computer, it never passes through our web servers.

Feedback
Drop us a line at [email protected]                    

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

नाम IGLikeExport - extract likes for IG IGLikeExport - extract likes for IG
ID eiondphfpaolagbjlkpaidmfmnbbpcbc
आधिकारिक URL https://chrome.google.com/webstore/detail/iglikeexport-extract-like/eiondphfpaolagbjlkpaidmfmnbbpcbc
विवरण A chrome extenstion for Export Instagram likes list with user profile to CSV and Excel with one click.
फ़ाइल का आकार 1.12 MB
स्थापना संख्या 74
वर्तमान संस्करण 1.1.11
अंतिम अपडेट 2022-07-31
प्रकाशन तिथि 2022-04-29
डेवलपर Ez4Studio
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://page-ig-auto-bot.pages.dev/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "oauth2": {
        "client_id": "628184170891-3e7fofl7ga7f3rrrj3nldicnf0cemeql.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw0fyFhLTzBqmDg2RGgMR7L2\/F6aZn4VVM\/2C5yk\/7AVGgKr2F1xdOcVHembAIEM5dzcrydmF2NkWF6wrOuxr4t4\/7aTv6lJhIFGf9Ae3IwiD4C+zPfPhHzcRfsfP\/s\/61zk\/wyITpZMgv\/LIR8EkGVyWkCvfOXmweRu0HKbXGpWVWLJHrTnu7YSRw6UCT8YNtdnMGs0ZjSzpbCEJytqwJLTsIt39zQiWURp\/clkCQkGZs2T67VSeqa\/ou5LiXrpOi+39Kx3PQEaDK66Pg0eLd\/Ehg+JKMSlGOybU1cPMpdQId1NVv2AQL6hg4yK6fJlV2ikn8tdcODqcDRNHh5uk1wIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "extension_ids": [
                "gdencgmhoobfdlpnnncfljmfbbkplpda"
            ]
        }
    ],
    "version": "1.1.11"
}