Domain Hunter Plus

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

¿Qué es Domain Hunter Plus?

Domain Hunter Plus es una extensión de Chrome desarrollada por Netvantage Marketing, y su función principal es "Scans the current tab for dead links and available domain names.".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión Domain Hunter Plus

Descarga archivos de extensión Domain Hunter Plus en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Domain Hunter Plus Domain Hunter Plus
ID ifnkckdlnkmcmlmleoiofljanabhmjgg
URL Oficial https://chromewebstore.google.com/detail/domain-hunter-plus/ifnkckdlnkmcmlmleoiofljanabhmjgg
Descripción Scans the current tab for dead links and available domain names.
Tamaño del Archivo 58.56 KB
Cantidad de Instalaciones 4,301
Versión Actual 1.1.1
Última Actualización 2012-11-29
Fecha de Publicación 2012-11-29
Calificación 2.53/5 Total de 19 Calificaciones
Desarrollador Netvantage Marketing
Tipo de Pago free
Sitio Web de la Extensión http://www.domainhunterplus.com/
URL de la Página de Ayuda http://domainhunterplus.com/about-domain-hunter-plus/
Idiomas Soportados 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"
    ]
}