IGLike - Export Likes for IG

Like Export Tool for IG to Extract Instagram Likes and export to CSV with one click

Что такое IGLike - Export Likes for IG?

IGLike - Export Likes for IG - это расширение Chrome, разработанное Converts Team, и его основная функция - "Like Export Tool for IG to Extract Instagram Likes and export to CSV with one click".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения IGLike - Export Likes for IG

Скачайте файлы расширений IGLike - Export Likes for IG в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        With IGLike - Export Instagram Likes, you can extract likes from Instagram and export them to CSV.

🆕 New Update v2.1.5
✓ Fix some issues.

# Features
✓ Export Instagram Post Likes
✓ Extract User Profile, including Category, follower and following count, posts count, biography, public Email, Phone Number, external URL, Address, etc.

# Supported fields:
- User Id	
- Username
- Fullname
- Followed by you	
- Is verified
- Profile URL	
- etc.

# How to get started?
1. Enter a link to an Instagram post
2. Select Include user profile in the Extension Setting if you want to export user profile. This feature will take longer, as data needs to be requested for each user. 
2. Click EXPORT Button

# FAQ
https://iglike.converts.cc/#faq
If you have any problems, don't hesitate to contact us at [email protected].

# Data Privacy
All the data you process is on your local computer and never passes through our servers.
Read our Privacy Policy: https://iglike.converts.cc/privacy.

# Statement
There is a risk that your account may be deactivated or blocked by IG when using the extension and you should control the frequency of use at your own risk.

# About Pro
It's a paid extension, you can export the first 100 profiles of each extraction for free trial.                    

Основная информация о расширении

Название IGLike - Export Likes for IG IGLike - Export Likes for IG
ID edpfogdbnfkcjpoflmmdmnhblacjjbnp
Официальный URL https://chromewebstore.google.com/detail/iglike-export-likes-for-i/edpfogdbnfkcjpoflmmdmnhblacjjbnp
Описание Like Export Tool for IG to Extract Instagram Likes and export to CSV with one click
Размер файла 1.2 MB
Количество установок 1,550
Текущая Версия 2.1.5
Последнее Обновление 2024-01-31
Дата публикации 2022-03-31
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Converts Team
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://iglike.converts.cc/
URL страницы политики конфиденциальности https://converts.cc/privacy
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "2.1.5",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/edpfogdbnfkcjpoflmmdmnhblacjjbnp",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsN\/CQVp\/7ORBlHHHCCRsRKEWE3VaKuqykO3jhfbPJrFOiKIt17ew5Sly\/zBfQC8fOOS1sFDn050pA99mGmT6i6DySLoqUboH8sh6yKld2swk9t0q+\/3wsCBdn82P6RUpeaHSlqhweIOhSn2qDJHnhQAIhlRFdVH3P505AzbGgijLCRoVTrsP+IAoW65XjvwdJOZ0R5KL+lljSL6p+Y3QvZYTvtOdOsRt+zVxaGWG5KQa6RGp460ojJ0kk+Mx7LS7FYM4+pFisXpPhj4Ha0bvJTkjYHIbTC3tW\/v38qfYkBwTlsZvsLPstH0MRJOOU2goK\/Iq14reLn0w6uyxVUzzgQIDAQAB",
    "oauth2": {
        "client_id": "1025595810624-64qa0r877ptm2k74gfuivdco6sg42gsv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "web_client_id": "1025595810624-evuqdr0jaisk3pavmbh07pje818tr14c.apps.googleusercontent.com"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "public\/lib\/icons\/16.png",
        "32": "public\/lib\/icons\/32.png",
        "48": "public\/lib\/icons\/48.png",
        "128": "public\/lib\/icons\/128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.converts.cc\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html"
    }
}