Hydra

Cut off one head, two grow it its place!

What is Hydra?

Hydra is a Chrome extension developed by bmalehorn, and its main feature is "Cut off one head, two grow it its place!".

Extension Screenshots

screenshot
screenshot

Download Hydra Extension CRX File

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

                        Open the first three Google links in new tabs, automatically.

Just type "Hydra", hit tab, then type what you would normally search.
The first three links that show up will be automatically opened!                    

Extension Basic Information

Name Hydra Hydra
ID oddogfghgfdhfnfbmghiobnblibfgead
Official URL https://chrome.google.com/webstore/detail/hydra/oddogfghgfdhfnfbmghiobnblibfgead
Description Cut off one head, two grow it its place!
File Size 301 KB
Installation Count 37
Current Version 1.0.1
Last Updated 2015-05-02
Publish Date 2015-05-02
Rating 3.00/5 Total 2 Ratings
Developer bmalehorn
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hydra",
    "version": "1.0.1",
    "description": "Cut off one head, two grow it its place!",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/search*&hydra=1*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "hydra"
    },
    "icons": {
        "128": "hydra-128.png"
    },
    "permissions": [
        "tabs"
    ]
}