Hashtag Exporter
A smart hashtags tool for IG, one click to export Instagram posts & photos hashtags to csv.
Τι είναι το Hashtag Exporter;
Το Hashtag Exporter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getwebooster.com, και η κύρια λειτουργία του είναι "A smart hashtags tool for IG, one click to export Instagram posts & photos hashtags to csv.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hashtag Exporter
Λήψη αρχείων επέκτασης Hashtag Exporter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A smart hashtag tool for Instagram, one click to export Instagram photo hashtags to csv. A chrome extension made for people who want to extract hashtag from Instagram photo into csv. The exported data can be used for research or analysis purposes. This Instagram hashtags scraper will take the Instagram posts and extract all post hashtags on Instagram. Whether you're a technical marketer, growth-hacker or Instagram influencer, you can automate hugh chunks of your Instagram workflows with exporter for IG, copy Instagram hashtags for your post. Export Instagram hashtags to a .CSV spreadsheet and use it in Excel or to .JSON. Data Privacy All data is processed in your local computer, it is never passing through our web server, no one knows what you exported.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Hashtag Exporter |
ID | iipdaboioekmdfhpgbanbbjpfkmandfm |
Επίσημο URL | https://chromewebstore.google.com/detail/hashtag-exporter/iipdaboioekmdfhpgbanbbjpfkmandfm |
Περιγραφή | A smart hashtags tool for IG, one click to export Instagram posts & photos hashtags to csv. |
Μέγεθος Αρχείου | 2.48 MB |
Αριθμός Εγκαταστάσεων | 1,380 |
Τρέχουσα Έκδοση | 1.0.13 |
Τελευταία Ενημέρωση | 2024-01-07 |
Ημερομηνία Δημοσίευσης | 2021-04-05 |
Αξιολόγηση | 4.27/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | https://getwebooster.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://hashtagexporter.getwebooster.com/?ref=extension |
URL της Σελίδας Πολιτικής Απορρήτου | https://getwebooster.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_appDesc__", "version": "1.0.13", "manifest_version": 3, "name": "__MSG_appName__", "default_locale": "en", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "options_page": "options.html", "permissions": [ "cookies", "storage", "identity" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.getwebooster.com\/*" ], "js": [ "libs\/jquery-3.2.1.min.js", "contentScript.js" ], "css": [ "libs\/style.css" ], "run_at": "document_end", "all_frames": false } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4V+2SBah0aJ4HxWUBMwfytoNgKjYbmWyJpcFyLZ9RrZF+\/RpO6FdoeAlCPNLIhgD\/NBmE2bmV6BPZFmIjiVejvXy2IivLiUyxw4hHp\/sosQ3BDs6Fq90+sjRIUCTE4VngBbzPovamLCl+Pi2OGalJKNZR8oisjlklueIAUbnidJkgsJPHgrEj+UPruC8DhvQU4TeCeKCCq1DGh+49iz1KPYUW9DcaefU1xrC0w7vLhYU1zbFV36cUOtMRUCxf6eWS0QwRF76cWbbIrkMmNyNpQibRGRvT\/hVc12So8Z66AdkFreT5xBd9RPYwp\/3iQub0\/batjqMWIDRayaJEOnt3QIDAQAB", "oauth2": { "client_id": "243479639634-qd82u6d35h1gkmfugt5ht72oevnsm42d.apps.googleusercontent.com", "web_client_id": "738301887624-748srkpj6e0em7rlhnjra8uv9u4k4mrf.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "libs\/*" ], "matches": [] } ] } |