Instagram Hashtag Hunter - GrowMeOrganic

Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags.

Cos'è Instagram Hashtag Hunter - GrowMeOrganic?

Instagram Hashtag Hunter - GrowMeOrganic è un'estensione di Chrome sviluppata da https://www.growmeorganic.com, e la sua funzione principale è "Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Instagram Hashtag Hunter - GrowMeOrganic

Scarica i file di estensione Instagram Hashtag Hunter - GrowMeOrganic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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! 😉                    

Informazioni di Base sull'Estensione

Nome Instagram Hashtag Hunter - GrowMeOrganic Instagram Hashtag Hunter - GrowMeOrganic
ID hehnbhopemdjobmnhpcnldfgldmiifpa
URL Ufficiale https://chrome.google.com/webstore/detail/instagram-hashtag-hunter/hehnbhopemdjobmnhpcnldfgldmiifpa
Descrizione Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags.
Dimensione del File 177 KB
Conteggio Installazioni 436
Versione Corrente 0.1.1
Ultimo Aggiornamento 2021-06-21
Data di Pubblicazione 2021-06-15
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore https://www.growmeorganic.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.growmeorganic.com/product/instagram-hashtag-hunter
URL della Pagina della Politica sulla Privacy https://www.growmeorganic.com/privacy-policy
Lingue Supportate 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'"
}