Product Hunt

Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…

What is Product Hunt?

Product Hunt is a Chrome extension developed by https://producthunt.com, and its main feature is "Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Product Hunt Extension CRX File

Download Product 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

                        Product Hunt brings you the best new technology products, every day.

Weave discovery into your daily workflow with each new tab you open. Login to your account for a personalized view, including your latest streak. Explore top products, read about bite-sized trends, and work alongside other makers from around the world.

Customize your tab with new features:
- Toggle between list view and grid view
- Dark mode
- Most visited sites                    

Extension Basic Information

Name Product Hunt Product Hunt
ID likjafohlgffamccflcidmedfongmkee
Official URL https://chromewebstore.google.com/detail/product-hunt/likjafohlgffamccflcidmedfongmkee
Description Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…
File Size 14.11 KB
Installation Count 29,253
Current Version 3.0
Last Updated 2023-02-20
Publish Date 2019-05-06
Rating 3.30/5 Total 161 Ratings
Developer https://producthunt.com
Email [email protected]
Payment Type free
Extension Website https://producthunt.com/apps/browser
Privacy Policy Page URL https://www.producthunt.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Product Hunt",
    "short_name": "Product Hunt",
    "version": "3.0",
    "permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/ph.test:5001\/*",
                "https:\/\/ext-test.producthunt.com\/*",
                "https:\/\/extension.producthunt.com\/*"
            ],
            "all_frames": true
        }
    ]
}