GabeN

Changes All Of The Images To GABEN. None of the code belongs to me

Co je GabeN?

GabeN je rozšíření Chrome vyvinuté Iseeicy Hawkston, a jeho hlavní funkcí je „Changes All Of The Images To GABEN. None of the code belongs to me“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření GabeN

Stáhněte si soubory rozšíření GabeN ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        A Great App that has been ported from a bookmarklet, to a button. None of the code belongs to me.
GABEN!                    

Základní Informace o Rozšíření

Název GabeN GabeN
ID eekhpjpifcilnhjinifhcpcckjjmkbdd
Oficiální URL https://chromewebstore.google.com/detail/gaben/eekhpjpifcilnhjinifhcpcckjjmkbdd
Popis Changes All Of The Images To GABEN. None of the code belongs to me
Velikost souboru 66.48 KB
Počet instalací 200
Aktuální Verze 2.0.0
Poslední Aktualizace 2013-12-19
Datum Vydání 2013-12-19
Hodnocení 4.06/5 Celkem 35 Hodnocení
Vývojář Iseeicy Hawkston
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GabeN",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Changes All Of The Images To GABEN. None of the code belongs to me",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.8.0.min.js",
                "background.js"
            ]
        }
    ]
}