Go2 Domain Root

Find the root of your domain.

What is Go2 Domain Root?

Go2 Domain Root is a Chrome extension developed by Unknown, and its main feature is "Find the root of your domain.".

Extension Screenshots

screenshot

Download Go2 Domain Root Extension CRX File

Download Go2 Domain Root 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

                        Go2 Domain Root

Go2 Domain Root is an ultra simple plugin for quickly navigating from an URL within a domain to its root.

Example:

https://autos.ebay.com/somepage/search.php

Clicking Go2 Domain Root would talk you to:

https://ebay.com                    

Extension Basic Information

Name Go2 Domain Root Go2 Domain Root
ID fbhcolmgnjkdlinknjpinikbjbmacckd
Official URL https://chromewebstore.google.com/detail/go2-domain-root/fbhcolmgnjkdlinknjpinikbjbmacckd
Description Find the root of your domain.
File Size 4.69 KB
Installation Count 54
Current Version 1.0
Last Updated 2015-07-30
Publish Date 2015-07-29
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website http://intripid.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go2 Domain Root",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Find the root of your domain.",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "author": "Jase Pellerin",
    "browser_action": {
        "default_icon": "images\/icon.png"
    }
}