Hydra

Cut off one head, two grow it its place!

Wat is Hydra?

Hydra is een Chrome-extensie ontwikkeld door bmalehorn, en de belangrijkste functie is "Cut off one head, two grow it its place!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hydra

Download Hydra-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Hydra Hydra
ID oddogfghgfdhfnfbmghiobnblibfgead
Officiële URL https://chrome.google.com/webstore/detail/hydra/oddogfghgfdhfnfbmghiobnblibfgead
Beschrijving Cut off one head, two grow it its place!
Bestandsgrootte 301 KB
Aantal Installaties 37
Huidige Versie 1.0.1
Laatst Bijgewerkt 2015-05-02
Publicatiedatum 2015-05-02
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar bmalehorn
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}