Domain Grabber

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

Qu'est-ce que Domain Grabber ?

Domain Grabber est une extension Chrome développée par https://armenarmen.com, et sa fonction principale est "Ever type in a domain that doesn't exist? Now get forwarded to a place to buy it!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Domain Grabber

Téléchargez les fichiers d'extension Domain Grabber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Domain Grabber Domain Grabber
ID johchfikkglfmhdgpmekmplniegmmdfi
URL Officiel 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!
Taille du Fichier 9.44 KB
Nombre d'Installations 112
Version Actuelle 1
Dernière Mise à Jour 2016-02-01
Date de Publication 2016-01-31
Évaluation 3.75/5 Total 4 Évaluations
Développeur https://armenarmen.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}