Bubber-O-Matic

Replaces all images with images of Bubber.

Bubber-O-Maticคืออะไร?

Bubber-O-Matic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Null4President และคุณลักษณะหลักของมันคือ "Replaces all images with images of Bubber."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bubber-O-Matic

ดาวน์โหลดไฟล์ส่วนขยาย Bubber-O-Matic ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        May cause issues when browsing SSL secured websites.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bubber-O-Matic Bubber-O-Matic
ID ogljgmfneplhjbcahmekaeichmngdmpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bubber-o-matic/ogljgmfneplhjbcahmekaeichmngdmpd
คำอธิบาย Replaces all images with images of Bubber.
ขนาดไฟล์ 82.45 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2013-09-08
วันที่เผยแพร่ 2013-09-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Null4President
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Null4President",
    "name": "Bubber-O-Matic",
    "description": "Replaces all images with images of Bubber.",
    "icons": {
        "16": "Icon_16.png",
        "48": "Icon_48.png",
        "128": "Icon_128.png"
    },
    "version": "1.0.1",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}