GabeN

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

What is GabeN?

GabeN is a Chrome extension developed by Iseeicy Hawkston, and its main feature is "Changes All Of The Images To GABEN. None of the code belongs to me".

Extension Screenshots

screenshot
screenshot

Download GabeN Extension CRX File

Download GabeN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name GabeN GabeN
ID eekhpjpifcilnhjinifhcpcckjjmkbdd
Official URL https://chromewebstore.google.com/detail/gaben/eekhpjpifcilnhjinifhcpcckjjmkbdd
Description Changes All Of The Images To GABEN. None of the code belongs to me
File Size 66.48 KB
Installation Count 200
Current Version 2.0.0
Last Updated 2013-12-19
Publish Date 2013-12-19
Rating 4.06/5 Total 35 Ratings
Developer Iseeicy Hawkston
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}