Domain Hunter Plus

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

Cos'è Domain Hunter Plus?

Domain Hunter Plus è un'estensione di Chrome sviluppata da Netvantage Marketing, e la sua funzione principale è "Scans the current tab for dead links and available domain names.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Domain Hunter Plus

Scarica i file di estensione Domain Hunter Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Domain Hunter Plus Domain Hunter Plus
ID ifnkckdlnkmcmlmleoiofljanabhmjgg
URL Ufficiale https://chromewebstore.google.com/detail/domain-hunter-plus/ifnkckdlnkmcmlmleoiofljanabhmjgg
Descrizione Scans the current tab for dead links and available domain names.
Dimensione del File 58.56 KB
Conteggio Installazioni 4,301
Versione Corrente 1.1.1
Ultimo Aggiornamento 2012-11-29
Data di Pubblicazione 2012-11-29
Valutazione 2.53/5 Totale 19 Valutazioni
Sviluppatore Netvantage Marketing
Tipo di Pagamento free
Sito Web dell'Estensione http://www.domainhunterplus.com/
URL della Pagina di Aiuto http://domainhunterplus.com/about-domain-hunter-plus/
Lingue Supportate 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"
    ]
}