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
官方網址 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"
            ]
        }
    ]
}