Product Hunt

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

Product Hunt क्या है?

Product Hunt https://producthunt.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Product Hunt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Product Hunt Product Hunt
ID likjafohlgffamccflcidmedfongmkee
आधिकारिक URL https://chromewebstore.google.com/detail/product-hunt/likjafohlgffamccflcidmedfongmkee
विवरण Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…
फ़ाइल का आकार 14.11 KB
स्थापना संख्या 29,253
वर्तमान संस्करण 3.0
अंतिम अपडेट 2023-02-20
प्रकाशन तिथि 2019-05-06
रेटिंग 3.30/5 कुल 161 रेटिंग्स
डेवलपर https://producthunt.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://producthunt.com/apps/browser
गोपनीयता नीति पृष्ठ URL https://www.producthunt.com/privacy
समर्थित भाषाएँ 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
        }
    ]
}