Alternative Hunt

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

Wat is Alternative Hunt?

Alternative Hunt is een Chrome-extensie ontwikkeld door techablr, en de belangrijkste functie is "Learn about great alternative products as you browse the web. Stay updated!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Alternative Hunt

Download Alternative Hunt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Alternative Hunt Alternative Hunt
ID cmhcomenlnmlimckaapomellmdimeomm
Officiële URL https://chromewebstore.google.com/detail/alternative-hunt/cmhcomenlnmlimckaapomellmdimeomm
Beschrijving Learn about great alternative products as you browse the web. Stay updated!
Bestandsgrootte 94.64 KB
Aantal Installaties 174
Huidige Versie 1.0
Laatst Bijgewerkt 2019-01-14
Publicatiedatum 2019-01-14
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar techablr
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}