GabeN

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

Wat is GabeN?

GabeN is een Chrome-extensie ontwikkeld door Iseeicy Hawkston, en de belangrijkste functie is "Changes All Of The Images To GABEN. None of the code belongs to me".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie GabeN

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

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

Basisinformatie over de Extensie

Naam GabeN GabeN
ID eekhpjpifcilnhjinifhcpcckjjmkbdd
Officiële URL https://chromewebstore.google.com/detail/gaben/eekhpjpifcilnhjinifhcpcckjjmkbdd
Beschrijving Changes All Of The Images To GABEN. None of the code belongs to me
Bestandsgrootte 66.48 KB
Aantal Installaties 200
Huidige Versie 2.0.0
Laatst Bijgewerkt 2013-12-19
Publicatiedatum 2013-12-19
Beoordeling 4.06/5 Totaal 35 Beoordelingen
Ontwikkelaar Iseeicy Hawkston
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}