Whoisology

Fetch data of current website from whoisology.com

What is Whoisology?

Whoisology is a Chrome extension developed by Whoisology, and its main feature is "Fetch data of current website from whoisology.com".

Extension Screenshots

screenshot
screenshot

Download Whoisology Extension CRX File

Download Whoisology 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

                                            

Extension Basic Information

Name Whoisology Whoisology
ID gjbaneokkjggnfmgnkbpagfjcodamaag
Official URL https://chromewebstore.google.com/detail/whoisology/gjbaneokkjggnfmgnkbpagfjcodamaag
Description Fetch data of current website from whoisology.com
File Size 138 KB
Installation Count 307
Current Version 0.1.2
Last Updated 2017-02-21
Publish Date 2017-02-21
Rating 5.00/5 Total 2 Ratings
Developer Whoisology
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whoisology",
    "short_name": "Whoisology",
    "description": "Fetch data of current website from whoisology.com",
    "version": "0.1.2",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "index.html",
        "default_title": "Fetch whois"
    },
    "permissions": [
        "activeTab",
        "https:\/\/whoisology.com\/"
    ],
    "web_accessible_resources": [
        "images\/icon.png"
    ]
}