GabeN

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

Was ist GabeN?

GabeN ist eine Chrome-Erweiterung, die von Iseeicy Hawkston entwickelt wurde, und ihr Hauptmerkmal ist "Changes All Of The Images To GABEN. None of the code belongs to me".

Erweiterungsscreenshots

screenshot
screenshot

GabeN-Erweiterungs-CRX-Datei herunterladen

Laden Sie GabeN-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name GabeN GabeN
ID eekhpjpifcilnhjinifhcpcckjjmkbdd
Offizielle URL https://chromewebstore.google.com/detail/gaben/eekhpjpifcilnhjinifhcpcckjjmkbdd
Beschreibung Changes All Of The Images To GABEN. None of the code belongs to me
Dateigröße 66.48 KB
Installationsanzahl 200
Aktuelle Version 2.0.0
Letztes Update 2013-12-19
Veröffentlichungsdatum 2013-12-19
Bewertung 4.06/5 Insgesamt 35 Bewertungen
Entwickler Iseeicy Hawkston
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}