Alternative Hunt
Learn about great alternative products as you browse the web. Stay updated!
Was ist Alternative Hunt?
Alternative Hunt ist eine Chrome-Erweiterung, die von techablr entwickelt wurde, und ihr Hauptmerkmal ist "Learn about great alternative products as you browse the web. Stay updated!".
Erweiterungsscreenshots
Alternative Hunt-Erweiterungs-CRX-Datei herunterladen
Laden Sie Alternative Hunt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Alternative Hunt |
ID | cmhcomenlnmlimckaapomellmdimeomm |
Offizielle URL | https://chromewebstore.google.com/detail/alternative-hunt/cmhcomenlnmlimckaapomellmdimeomm |
Beschreibung | Learn about great alternative products as you browse the web. Stay updated! |
Dateigröße | 94.64 KB |
Installationsanzahl | 174 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-01-14 |
Veröffentlichungsdatum | 2019-01-14 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | techablr |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |