Zlatanizer

This extension replaces "Sweden" with "Zlatan" in Swedish and English.

Zlatanizerคืออะไร?

Zlatanizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pusselw และคุณลักษณะหลักของมันคือ "This extension replaces "Sweden" with "Zlatan" in Swedish and English."

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

screenshot
screenshot
screenshot

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

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

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

                        This extension replaces the word "Sweden" with "Zlatan" on all webpages. Both Swedish and English is supported.                    

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

ชื่อ Zlatanizer Zlatanizer
ID ienodpfljjgkaafmcfnfijggbkohjklo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zlatanizer/ienodpfljjgkaafmcfnfijggbkohjklo
คำอธิบาย This extension replaces "Sweden" with "Zlatan" in Swedish and English.
ขนาดไฟล์ 76.23 KB
จำนวนการติดตั้ง 96
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-03-05
วันที่เผยแพร่ 2014-03-05
คะแนน 3.92/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Pusselw
ประเภทการชำระเงิน free
ภาษาที่รองรับ sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zlatanizer",
    "description": "This extension replaces \"Sweden\" with \"Zlatan\" in Swedish and English.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "zlatanizer.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "icon48x48.png",
        "128": "icon128x128.png"
    }
}