Instagram Hashtag Hunter - GrowMeOrganic
Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags.
Instagram Hashtag Hunter - GrowMeOrganic क्या है?
Instagram Hashtag Hunter - GrowMeOrganic https://www.growmeorganic.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Instagram Hashtag Hunter - GrowMeOrganic एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With GrowMeOrganic Hashtag Hunter, you can find the hashtag that can help ranking you on the top post of a hashtag page in Instagram. How It Works: 1. Add the free extension to your browser. 2. Go to any Instagram hashtag page (e.g. https://www.instagram.com/explore/tags/photography/) 3. Now, GrowMeOrganic will show you the average engagement you need to rank on this hashtag + more AI based metrics to choose the right hashtag for yourself. Done! Use these hashtags in your post and see the results yourself. And it all comes for FREE! 😉
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hehnbhopemdjobmnhpcnldfgldmiifpa |
आधिकारिक URL | https://chrome.google.com/webstore/detail/instagram-hashtag-hunter/hehnbhopemdjobmnhpcnldfgldmiifpa |
विवरण | Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags. |
फ़ाइल का आकार | 177 KB |
स्थापना संख्या | 436 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2021-06-21 |
प्रकाशन तिथि | 2021-06-15 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | https://www.growmeorganic.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.growmeorganic.com/product/instagram-hashtag-hunter |
गोपनीयता नीति पृष्ठ URL | https://www.growmeorganic.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Hashtag Hunter - GrowMeOrganic", "version": "0.1.1", "description": "Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags.", "permissions": [ "https:\/\/www.instagram.com\/*", "tabs", "storage" ], "icons": { "16": "assets\/logo\/hashtag-16.png", "32": "assets\/logo\/hashtag-32.png", "64": "assets\/logo\/hashtag-64.png", "128": "assets\/logo\/hashtag-128.png" }, "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "app.js" ], "css": [ "gmo_style.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2", "chat.html", "assets\/gmo_icon.png" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/wchat.in.freshchat.com\/; object-src 'self'" } |