Domain Check Plugin

Instant Domain Check. See if your domain is available with more than 32 TLDs supported.

What is Domain Check Plugin?

Domain Check Plugin is a Chrome extension developed by https://domaincheckups.com, and its main feature is "Instant Domain Check. See if your domain is available with more than 32 TLDs supported.".

Extension Screenshots

screenshot
screenshot

Download Domain Check Plugin Extension CRX File

Download Domain Check Plugin 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

                        Instant Domain Check. See if your domain is available with more than 32 TLDs supported. See domain name search results as you type, domain taken? Don't worry, scroll down for great suggestions. 

- Fast Domain Check in your Status Bar
- More than 32 TLDs supported
- Get Domain Suggestions
- Launch Domain Check at Login

Best and fastest extention for instant domain checkups as you type!                    

Extension Basic Information

Name Domain Check Plugin Domain Check Plugin
ID fbdolgppeonnkoeoclfapabmjeifcfha
Official URL https://chromewebstore.google.com/detail/domain-check-plugin/fbdolgppeonnkoeoclfapabmjeifcfha
Description Instant Domain Check. See if your domain is available with more than 32 TLDs supported.
File Size 36.63 KB
Installation Count 22
Current Version 1.2
Last Updated 2016-02-25
Publish Date 2016-02-25
Rating 4.00/5 Total 4 Ratings
Developer https://domaincheckups.com
Payment Type free
Extension Website http://domaincheckups.com
Help Page URL http://domaincheckups.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Domain Check Plugin",
    "short_name": "Instant Domain Search",
    "description": "Instant Domain Check. See if your domain is available with more than 32 TLDs supported.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}