Curate: Hashtag Tool

Find niche hashtags to use for your content as you browse using personalized analytics based on your posts

什么是Curate: Hashtag Tool?

Curate: Hashtag Tool是由http://curate-app.com开发的Chrome扩展程序,该扩展的主要功能是“Find niche hashtags to use for your content as you browse using personalized analytics based on your posts”。

扩展截图

screenshot
screenshot
screenshot

下载Curate: Hashtag Tool扩展crx文件

下载Curate: Hashtag Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When it came time to finding new hashtags for any of my accounts, this was my general approach:

* Go to Instagram in my browser on my laptop
* Pick a single hashtag that was relevant to my niche/account and go to that hashtag’s page
* Click on posts that I liked, see what hashtags they used and open any of the potential hashtags that I may want to use in a new tab.
* I would also see if there were any decent ones in the Related Hashtags section and open any that seemed like they had potential in a new tab.
* After a while, I would have a ton of tabs open with hashtags to use.

Going through each tab,  I would make sure the hashtag was actually relevant to my content, check the post count, make sure it wasn’t shadowbanned, etc. This system worked pretty well and allowed me to intentionally select the best hashtags for any content that I produced.

There were some problems though… 😩

* When I found hashtags that I thought were good to use I would have to copy/paste them into a spreadsheet or planning tool to keep track of.
* I didn’t know which hashtags were ones I had already used or were brand new to me. There were simply too many to keep track of.
* If I was trying to find a certain number of hashtags for a post, I didn’t know which hashtags I had already selected to use and how many I had collected.
* I was unsure how much I was using the same hashtags over and over again and how much I was varying my hashtag selection.

Thankfully those are now problems of the past with the release of the new Curate Chrome Extension. 🥳

Now you can have personalized hashtag statistics overlaid on Instagram as you browse. Select your hashtags for each post, track your usage for every hashtag and follow your hashtag strategies faster than ever possible before.

Want to get a closer look?! 🤓

Check out our write up with screenshots and detailed walkthroughs on how to use the Chrome Extension: 

https://www.blog.curate-app.com/get-personalized-hashtag-statistics-on-instagram-as-you-browse

---

The Chrome Extension is now available for free today for anyone using Curate to manage their hashtags. 🎉

Start to discover your niche hashtags faster than ever.

Happy browsing! ✌️

---

Need even more help with how to use the Chrome Extension? 😦

Visit our Help Center: https://help.curate-app.com                    

扩展基本信息

名称 Curate: Hashtag Tool Curate: Hashtag Tool
ID kaciibbjapmkkkdfmjfkceljefnghmbb
官方URL https://chrome.google.com/webstore/detail/curate-hashtag-tool/kaciibbjapmkkkdfmjfkceljefnghmbb
简介 Find niche hashtags to use for your content as you browse using personalized analytics based on your posts
文件大小 395 KB
安装次数 313
当前版本 4.2.0
更新时间 2021-05-05
上架时间 2020-07-09
评分 5.00/5 共1次评分
开发者 http://curate-app.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://curate-app.com
帮助页面URL https://help.curate-app.com
隐私政策页面URL https://curate-app.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Curate: Hashtag Tool",
    "version": "4.2.0",
    "author": "Curate App, LLC",
    "offline_enabled": false,
    "manifest_version": 2,
    "description": "Find niche hashtags to use for your content as you browse using personalized analytics based on your posts",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/curate-app.com\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "zepto.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "zepto.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Curate: Hashtag Tool"
    },
    "icons": {
        "16": "icons\/logo_16.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+A",
                "mac": "Command+Shift+A",
                "chromeos": "Ctrl+Shift+A",
                "linux": "Ctrl+Shift+A"
            }
        }
    },
    "web_accessible_resources": [
        "page.js",
        "zepto.js",
        "scrape.js",
        "fonts\/*.*",
        "icons\/warning_orange.png",
        "icons\/selected_add.png",
        "icons\/selected_add_disabled.png",
        "icons\/selected_check.png"
    ],
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "contextMenus",
        "*:\/\/*.curate-app.com\/*",
        "*:\/\/*.localhost\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.curate-app.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkJyAYFMFXQWrusSdmUXyPoc5NBQ\/TRdrb6LTMmw2\/gAEekqX3MaTGrCWB\/y0gkPt2\/13+ZhgEOjI3MFVdu+LKpBq8vbmv1ftB6uzvIVd3WLlZsjZPah+YCTqgNtgE7iD22LxqixnuB97i3prXYBwAiZTnlaevkSOnBc8Rp+8iD4ZfG5zObbG+Ubpjy+zQOfi6WYhsvhRjZKfgNc5gSup5mDLv3pNrH8o6NdkcQK11fVBtdqNVafYhw+AS8pAoH7XRfcuvFHjsbzHjIJuNhWrmDcvLDdlVAfneWIV+I7p\/mIfvD4WMVaJJEm1Mx0MQDvaPEr7wTWecK5YF4x\/wrR62wIDAQAB"
}