Find Phone Number for Instagram
A tool for Bulk Find & Extract Instagram Phone Number, from followers / followings / hashtags / location / user-list / commenters.
Что такое Find Phone Number for Instagram?
Find Phone Number for Instagram - это расширение Chrome, разработанное Ez4Studio, и его основная функция - "A tool for Bulk Find & Extract Instagram Phone Number, from followers / followings / hashtags / location / user-list / commenters.".
Снимки экрана расширения
Скачать файл CRX расширения Find Phone Number for Instagram
Скачайте файлы расширений Find Phone Number for Instagram в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A smart tool for find Instagram user phone number & email address easily. IGPhoneNumberFinder is useful for finding customer leads for marketing and sales prospects, extract & download phone number and public email from Instagram user followers / following / hashtags / location / post commenters / post likers / userlist and CSV userlist file. How to export IG phone number data? 1. Make sure login instagram.com first 2. Select which type should scrape, includes followers, following, hashtags, location, commenters, likers, userlist and userlist csv file. 3. Enter the correct params, like Instagram user name, hashtag name or location ID. 4. Click the START button. What columns you can export? #User ID #Username #Fullname #Followers #Followings #Posts #Tags #Phone #Email #CountryCode #City #Address #Is verified #Is Private #Is Business #External URL #Profile URL #Avatar URL #Biography #Category #Latitude #Longitude Data Privacy All data is processed in your local computer, it is never passing through our web server, no one knows what you exported.
Основная информация о расширении
Название | |
ID | lnjcmonpnfocfmkfpefnbdhohddppbkg |
Официальный URL | https://chrome.google.com/webstore/detail/find-phone-number-for-ins/lnjcmonpnfocfmkfpefnbdhohddppbkg |
Описание | A tool for Bulk Find & Extract Instagram Phone Number, from followers / followings / hashtags / location / user-list / commenters. |
Размер файла | 1.12 MB |
Количество установок | 85 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2022-10-10 |
Дата публикации | 2022-07-29 |
Разработчик | Ez4Studio |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://ig-phone-number-finder.getwecomments.com |
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-sr6r9vlvjb8mul6app16thbfb1s2qf59.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn8GCF++l0B+aDu0ZtSi+WzeQPh\/soDfSCbZwlhzMmvLLGhgUzUOhh6TAcfibs06UvrIsJQruQdNysTgJ3smA6c9UX1gCtRaVEjVJpSxEy36GNUl8JRjy6a6IOPlIWSW4i7QHaYEvWOoVTFOh8PphUH8Weu33yI58+aeICrb82vMlRflbD2jyg3gFlAYaWYSyB6Hr2hwID4AFclg6qNzB77pS7KDm0bTWqr91\/KLjnDxpdS3VEQ9zudBa6Q4nuzWK\/YiwSkun51TjH+DqUqF38eLiXYVasIEH7BzKQEYuck2cWiMq8kTorM8uJWdO7F2PJiS902t3uwFKo9qH3MBtiQIDAQAB", "web_accessible_resources": [ { "resources": [ "assets\/*" ], "extension_ids": [ "enjkflimnefncojgfafapicdcjmaonkm" ] } ], "version": "1.0.3" } |