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开发的Chrome扩展程序,该扩展的主要功能是“Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags.”。
扩展截图
下载Instagram Hashtag Hunter - GrowMeOrganic扩展crx文件
下载Instagram Hashtag Hunter - GrowMeOrganic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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'" } |