Alternative Hunt

Learn about great alternative products as you browse the web. Stay updated!

O que é Alternative Hunt?

Alternative Hunt é uma extensão do Chrome desenvolvida por techablr, e sua principal característica é "Learn about great alternative products as you browse the web. Stay updated!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Alternative Hunt

Baixe arquivos de extensão Alternative Hunt 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

                        Alternative Hunt is a great way to learn about new products as you browse the web. The Alternative Hunt Chrome Extension will automatically find alternatives of the website you are currently visiting. The extension will show a notification alert when alternatives are available.

The extension uses Product Hunt (producthunt.com) data for displaying the alternatives.
The extension only works for the home page of a website.                    

Informações Básicas da Extensão

Nome Alternative Hunt Alternative Hunt
ID cmhcomenlnmlimckaapomellmdimeomm
URL Oficial https://chromewebstore.google.com/detail/alternative-hunt/cmhcomenlnmlimckaapomellmdimeomm
Descrição Learn about great alternative products as you browse the web. Stay updated!
Tamanho do Arquivo 94.64 KB
Contagem de Instalações 174
Versão Atual 1.0
Última Atualização 2019-01-14
Data de Publicação 2019-01-14
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor techablr
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alternative Hunt",
    "version": "1.0",
    "description": "Learn about great alternative products as you browse the web. Stay updated!",
    "permissions": [
        "https:\/\/apps.techablr.com\/*",
        "tabs",
        "notifications",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/ahicon.png"
        }
    },
    "icons": {
        "128": "images\/ahicon.png"
    },
    "manifest_version": 2
}