Alternative Hunt

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

¿Qué es Alternative Hunt?

Alternative Hunt es una extensión de Chrome desarrollada por techablr, y su función principal es "Learn about great alternative products as you browse the web. Stay updated!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Alternative Hunt

Descarga archivos de extensión Alternative Hunt en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Alternative Hunt Alternative Hunt
ID cmhcomenlnmlimckaapomellmdimeomm
URL Oficial https://chromewebstore.google.com/detail/alternative-hunt/cmhcomenlnmlimckaapomellmdimeomm
Descripción Learn about great alternative products as you browse the web. Stay updated!
Tamaño del Archivo 94.64 KB
Cantidad de Instalaciones 174
Versión Actual 1.0
Última Actualización 2019-01-14
Fecha de Publicación 2019-01-14
Calificación 4.50/5 Total de 2 Calificaciones
Desarrollador techablr
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}