GabeN

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

Co to jest GabeN?

GabeN to rozszerzenie Chrome opracowane przez Iseeicy Hawkston, a jego główną funkcją jest „Changes All Of The Images To GABEN. None of the code belongs to me”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia GabeN

Pobierz pliki rozszerzeń GabeN w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa GabeN GabeN
ID eekhpjpifcilnhjinifhcpcckjjmkbdd
Oficjalny URL https://chromewebstore.google.com/detail/gaben/eekhpjpifcilnhjinifhcpcckjjmkbdd
Opis Changes All Of The Images To GABEN. None of the code belongs to me
Rozmiar pliku 66.48 KB
Liczba instalacji 200
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2013-12-19
Data Publikacji 2013-12-19
Ocena 4.06/5 Łącznie 35 Oceny
Deweloper Iseeicy Hawkston
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}