GabeN
Changes All Of The Images To GABEN. None of the code belongs to me
Cos'è GabeN?
GabeN è un'estensione di Chrome sviluppata da Iseeicy Hawkston, e la sua funzione principale è "Changes All Of The Images To GABEN. None of the code belongs to me".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GabeN
Scarica i file di estensione GabeN in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A Great App that has been ported from a bookmarklet, to a button. None of the code belongs to me. GABEN!
Informazioni di Base sull'Estensione
Nome | GabeN |
ID | eekhpjpifcilnhjinifhcpcckjjmkbdd |
URL Ufficiale | https://chromewebstore.google.com/detail/gaben/eekhpjpifcilnhjinifhcpcckjjmkbdd |
Descrizione | Changes All Of The Images To GABEN. None of the code belongs to me |
Dimensione del File | 66.48 KB |
Conteggio Installazioni | 200 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2013-12-19 |
Data di Pubblicazione | 2013-12-19 |
Valutazione | 4.06/5 Totale 35 Valutazioni |
Sviluppatore | Iseeicy Hawkston |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |