Alternative Hunt

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

Alternative Hunt क्या है?

Alternative Hunt techablr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn about great alternative products as you browse the web. Stay updated!"।

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

screenshot

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

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

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

                        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.                    

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

नाम Alternative Hunt Alternative Hunt
ID cmhcomenlnmlimckaapomellmdimeomm
आधिकारिक URL https://chromewebstore.google.com/detail/alternative-hunt/cmhcomenlnmlimckaapomellmdimeomm
विवरण Learn about great alternative products as you browse the web. Stay updated!
फ़ाइल का आकार 94.64 KB
स्थापना संख्या 174
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-01-14
प्रकाशन तिथि 2019-01-14
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर techablr
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}