GabeN

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

GabeNคืออะไร?

GabeN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Iseeicy Hawkston และคุณลักษณะหลักของมันคือ "Changes All Of The Images To GABEN. None of the code belongs to me"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GabeN

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}