Alternative Hunt
Learn about great alternative products as you browse the web. Stay updated!
What is Alternative Hunt?
Alternative Hunt is a Chrome extension developed by techablr, and its main feature is "Learn about great alternative products as you browse the web. Stay updated!".
Extension Screenshots
Download Alternative Hunt Extension CRX File
Download Alternative Hunt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Alternative Hunt |
ID | cmhcomenlnmlimckaapomellmdimeomm |
Official URL | https://chromewebstore.google.com/detail/alternative-hunt/cmhcomenlnmlimckaapomellmdimeomm |
Description | Learn about great alternative products as you browse the web. Stay updated! |
File Size | 94.64 KB |
Installation Count | 174 |
Current Version | 1.0 |
Last Updated | 2019-01-14 |
Publish Date | 2019-01-14 |
Rating | 4.50/5 Total 2 Ratings |
Developer | techablr |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |