GabeN

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

Apa itu GabeN?

GabeN adalah ekstensi Chrome yang dikembangkan oleh Iseeicy Hawkston, dan fitur utamanya adalah "Changes All Of The Images To GABEN. None of the code belongs to me".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi GabeN

Unduh file ekstensi GabeN dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama GabeN GabeN
ID eekhpjpifcilnhjinifhcpcckjjmkbdd
URL Resmi https://chromewebstore.google.com/detail/gaben/eekhpjpifcilnhjinifhcpcckjjmkbdd
Deskripsi Changes All Of The Images To GABEN. None of the code belongs to me
Ukuran File 66.48 KB
Jumlah Instalasi 200
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2013-12-19
Tanggal Publikasi 2013-12-19
Penilaian 4.06/5 Total 35 Penilaian
Pengembang Iseeicy Hawkston
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}