Domain Grabber

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

What is Domain Grabber?

Domain Grabber is a Chrome extension developed by https://armenarmen.com, and its main feature is "Ever type in a domain that doesn't exist? Now get forwarded to a place to buy it!".

Extension Screenshots

screenshot

Download Domain Grabber Extension CRX File

Download Domain Grabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Domain Grabber Domain Grabber
ID johchfikkglfmhdgpmekmplniegmmdfi
Official URL https://chromewebstore.google.com/detail/domain-grabber/johchfikkglfmhdgpmekmplniegmmdfi
Description Ever type in a domain that doesn't exist? Now get forwarded to a place to buy it!
File Size 9.44 KB
Installation Count 112
Current Version 1
Last Updated 2016-02-01
Publish Date 2016-01-31
Rating 3.75/5 Total 4 Ratings
Developer https://armenarmen.com
Payment Type free
Supported Languages 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"
    ]
}