Domain Grabber

Ever type in a domain that doesn't exist? Now get forwarded to a place to buy it!

Wat is Domain Grabber?

Domain Grabber is een Chrome-extensie ontwikkeld door https://armenarmen.com, en de belangrijkste functie is "Ever type in a domain that doesn't exist? Now get forwarded to a place to buy it!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Domain Grabber

Download Domain Grabber-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        I built Domain Grabber because I was searching for domains for a new project I was building.

It was annoying having to type in a domain, then see if it was already bought and parked and if it wasn't having to copy paste the domain I wanted into a domain registrar's own search bar.

Now with domain grabber I can type any domain I want into my URL bar, and if it is unregistered I get forwarded to a place where I can buy it!                    

Basisinformatie over de Extensie

Naam Domain Grabber Domain Grabber
ID johchfikkglfmhdgpmekmplniegmmdfi
Officiële URL https://chromewebstore.google.com/detail/domain-grabber/johchfikkglfmhdgpmekmplniegmmdfi
Beschrijving Ever type in a domain that doesn't exist? Now get forwarded to a place to buy it!
Bestandsgrootte 9.44 KB
Aantal Installaties 112
Huidige Versie 1
Laatst Bijgewerkt 2016-02-01
Publicatiedatum 2016-01-31
Beoordeling 3.75/5 Totaal 4 Beoordelingen
Ontwikkelaar https://armenarmen.com
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Domain Grabber",
    "description": "Ever type in a domain that doesn't exist? Now get forwarded to a place to buy it!",
    "version": "1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "short_name": "Domain Grabber",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "webNavigation",
        "",
        "tabs"
    ]
}