Domain Hunter Plus

Scans the current tab for dead links and available domain names.

Domain Hunter Plus क्या है?

Domain Hunter Plus Netvantage Marketing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scans the current tab for dead links and available domain names."।

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

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

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

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

                        Domain Hunter Plus (DHP) is an unobtrusive Chrome Extension that allows the user to quickly scan the current web page and check for dead links and available domain names.  Simply load a webpage, click the DHP icon in your toolbar, and watch as the DHP app scans all links and notifies you of the dead links.

Once DHP finds dead links, it queries an internet domain registrar to see if those domains are available to register.  If so, the user is notified and one-click takes you right to the registration page.

DHP may have trouble completing its scans if an ad blocker is installed and being used.  Please disable all ad blocking software when scanning pages with Domain Hunter Plus.                    

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

नाम Domain Hunter Plus Domain Hunter Plus
ID ifnkckdlnkmcmlmleoiofljanabhmjgg
आधिकारिक URL https://chromewebstore.google.com/detail/domain-hunter-plus/ifnkckdlnkmcmlmleoiofljanabhmjgg
विवरण Scans the current tab for dead links and available domain names.
फ़ाइल का आकार 58.56 KB
स्थापना संख्या 4,301
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2012-11-29
प्रकाशन तिथि 2012-11-29
रेटिंग 2.53/5 कुल 19 रेटिंग्स
डेवलपर Netvantage Marketing
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.domainhunterplus.com/
सहायता पृष्ठ URL http://domainhunterplus.com/about-domain-hunter-plus/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Domain Hunter Plus",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Scans the current tab for dead links and available domain names.",
    "homepage_url": "http:\/\/domainhunterplus.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_title": "Domain Hunter Plus"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "icon-128.png",
        "64": "icon-64.png",
        "48": "icon-48.png",
        "32": "icon-32.png"
    },
    "web_accessible_resources": [
        "arrow.png",
        "close.png",
        "logo.png"
    ]
}