Alternative Hunt

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

Cos'è Alternative Hunt?

Alternative Hunt è un'estensione di Chrome sviluppata da techablr, e la sua funzione principale è "Learn about great alternative products as you browse the web. Stay updated!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Alternative Hunt

Scarica i file di estensione Alternative Hunt 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Alternative Hunt Alternative Hunt
ID cmhcomenlnmlimckaapomellmdimeomm
URL Ufficiale https://chromewebstore.google.com/detail/alternative-hunt/cmhcomenlnmlimckaapomellmdimeomm
Descrizione Learn about great alternative products as you browse the web. Stay updated!
Dimensione del File 94.64 KB
Conteggio Installazioni 174
Versione Corrente 1.0
Ultimo Aggiornamento 2019-01-14
Data di Pubblicazione 2019-01-14
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore techablr
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}