The Other Kim

Replaces 'Kardashian' with 'Jong Un' in browser.

The Other Kimคืออะไร?

The Other Kim เป็นส่วนขยายของ Chrome ที่พัฒนาโดย smith.nick.nz และคุณลักษณะหลักของมันคือ "Replaces 'Kardashian' with 'Jong Un' in browser."

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

screenshot

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

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

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

                        Replaces any mention of 'Kardashian' with 'Jong-Un' to make your web browsing experience a more pleasant one.

Note:
May interfere with photos
does not work in google search results                    

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

ชื่อ The Other Kim The Other Kim
ID jaoloeonbpngogabpngfhmlkehipckha
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/the-other-kim/jaoloeonbpngogabpngfhmlkehipckha
คำอธิบาย Replaces 'Kardashian' with 'Jong Un' in browser.
ขนาดไฟล์ 33.98 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-05-05
วันที่เผยแพร่ 2015-05-05
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา smith.nick.nz
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Other Kim",
    "version": "0.1",
    "description": "Replaces 'Kardashian' with 'Jong Un' in browser.",
    "icons": {
        "48": "smallicon.png",
        "128": "bigicon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*, https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "kardashian.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}