Merch Title Hunter

This extension provides laser-targeted Merch by Amazon research by focusing on keywords only in the product title!

O que é Merch Title Hunter?

Merch Title Hunter é uma extensão do Chrome desenvolvida por Merch Title Hunter, e sua principal característica é "This extension provides laser-targeted Merch by Amazon research by focusing on keywords only in the product title!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Merch Title Hunter

Baixe arquivos de extensão Merch Title Hunter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ** This extension requires a product license key to function. You can purchase one via Gumroad here ==>> https://merchtitlehunter.com **

Welcome to Merch Title Hunter!

No more subpar research results due to keyword stuffing! 

This extension provides laser-targeted Merch by Amazon research by focusing on keywords ONLY in the product title! The best part...it all happens without leaving the Amazon ecosystem!

This extension allows you to research EVERY product within EVERY market!

Refund Policy

If for any reason you want to cancel your subscription, we will refund your last payment, no questions asked.


Got questions? Contact us
We love speaking with you! That's why we read and reply to every email we get.

Feel free to shoot any questions here => [email protected]                    

Informações Básicas da Extensão

Nome Merch Title Hunter Merch Title Hunter
ID deafmejodpbghfognkfglagpdiinmnkd
URL Oficial https://chromewebstore.google.com/detail/merch-title-hunter/deafmejodpbghfognkfglagpdiinmnkd
Descrição This extension provides laser-targeted Merch by Amazon research by focusing on keywords only in the product title!
Tamanho do Arquivo 87.34 KB
Contagem de Instalações 47
Versão Atual 5.0.2
Última Atualização 2021-01-10
Data de Publicação 2021-01-09
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Merch Title Hunter
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://merchtitlehunter.com
URL da Página de Política de Privacidade https://merchtitlehunter.com/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch Title Hunter",
    "manifest_version": 2,
    "author": "J&R Apps",
    "version": "5.0.2",
    "description": "This extension provides laser-targeted Merch by Amazon research by focusing on keywords only in the product title!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Merch Title Hunter",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "*:\/\/api.gumroad.com\/*",
        "contextMenus"
    ]
}