IG Exporter - Follower Export Tool
IG Follower Export Tool extracts Instagram followers and following and exports them to CSV with one click.
Vad är IG Exporter - Follower Export Tool?
IG Exporter - Follower Export Tool är en Chrome-tillägg utvecklad av Yue Apps, och dess huvudfunktion är "IG Follower Export Tool extracts Instagram followers and following and exports them to CSV with one click.".
Tilläggsskärmbilder
Ladda ner IG Exporter - Follower Export Tool-förlängningens CRX-fil
Ladda ner IG Exporter - Follower Export Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
IG Exporter enables you to extract Instagram followers and followings with a single click and exports them to a CSV file. 👨🏻💻 Features ✓ Extracts followers from Instagram and exports them to CSV ✓ Extracts followings from Instagram and exports them to CSV ✓ Retrieves user profiles, including follower and following counts, post counts, email, phone number, and external URLs, among other details ✓ Retrieves user profiles from private accounts that follow you or that you follow ✓ Saves data locally for future access, allowing you to download and continue the extraction process at any time 📃 How to Get Started - Type the Instagram Username or open the extension on the user's profile page where it will autofill the Username - Choose the Export Type: Followers or Following - Click the 'Start Exporting' button to begin - Click 'Export to CSV' once the data extraction is complete 📬 Contact Feel free to reach out to us at [email protected] with any questions or suggestions about improving the extension. 🔒 Data Privacy Your data remains on your local machine and is never processed through our servers. ℹ️ Statement The IG Follower Export Tool is not officially associated with Instagram, Inc., nor is it endorsed, sponsored, or affiliated with INSTAGRAM or any of its related entities.
Grundläggande Information om Tillägg
Namn | IG Exporter - Follower Export Tool |
ID | iacchdhbljnmihoeeelcgljnajfafpkh |
Officiell webbadress | https://chromewebstore.google.com/detail/ig-exporter-follower-expo/iacchdhbljnmihoeeelcgljnajfafpkh |
Beskrivning | IG Follower Export Tool extracts Instagram followers and following and exports them to CSV with one click. |
Filstorlek | 1.76 MB |
Antal Installationer | 68 |
Aktuell Version | 1.3.0 |
Senast Uppdaterad | 2024-03-02 |
Publiceringsdatum | 2023-09-05 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Yue Apps |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://yueapps.uk/ig-follower-export-tool |
URL till Sekretesspolicy Sidan | https://yueapps.uk/privacy-policy.html |
Stödda Språk | 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", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "default_popup": "popup.html" }, "version": "1.3.0", "author": "yueban", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "cookies", "storage", "unlimitedStorage", "identity", "downloads" ], "content_scripts": [ { "matches": [ "https:\/\/www.plasmo.com\/*" ], "js": [ "plasmo-inline.7c919a8b.js" ], "css": [] }, { "matches": [ "https:\/\/www.plasmo.com\/*" ], "js": [ "plasmo-overlay.7cd4fc73.js" ], "css": [] } ], "default_locale": "en", "host_permissions": [ "https:\/\/*.instagram.com\/*" ], "oauth2": { "client_id": "1050884950815-svrnbf5ojdbd8q26s622urnlqrca92t6.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "web_accessible_resources": [ { "matches": [ "https:\/\/www.plasmo.com\/*" ], "resources": [ "plasmo-overlay.636365f5.css" ] } ] } |