GabeN

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

什么是GabeN?

GabeN是由Iseeicy Hawkston开发的Chrome扩展程序,该扩展的主要功能是“Changes All Of The Images To GABEN. None of the code belongs to me”。

扩展截图

screenshot
screenshot

下载GabeN扩展crx文件

下载GabeN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 GabeN GabeN
ID eekhpjpifcilnhjinifhcpcckjjmkbdd
官方URL https://chromewebstore.google.com/detail/gaben/eekhpjpifcilnhjinifhcpcckjjmkbdd
简介 Changes All Of The Images To GABEN. None of the code belongs to me
文件大小 66.48 KB
安装次数 200
当前版本 2.0.0
更新时间 2013-12-19
上架时间 2013-12-19
评分 4.06/5 共35次评分
开发者 Iseeicy Hawkston
付费类型 free
支持的语言 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"
            ]
        }
    ]
}