GabeN

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

Vad är GabeN?

GabeN är en Chrome-tillägg utvecklad av Iseeicy Hawkston, och dess huvudfunktion är "Changes All Of The Images To GABEN. None of the code belongs to me".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner GabeN-förlängningens CRX-fil

Ladda ner GabeN-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn GabeN GabeN
ID eekhpjpifcilnhjinifhcpcckjjmkbdd
Officiell webbadress https://chromewebstore.google.com/detail/gaben/eekhpjpifcilnhjinifhcpcckjjmkbdd
Beskrivning Changes All Of The Images To GABEN. None of the code belongs to me
Filstorlek 66.48 KB
Antal Installationer 200
Aktuell Version 2.0.0
Senast Uppdaterad 2013-12-19
Publiceringsdatum 2013-12-19
Betyg 4.06/5 Totalt 35 Betyg
Utvecklare Iseeicy Hawkston
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}