Pokeman Unicorn

Replace the unicorns with pokemans

Pokeman Unicornคืออะไร?

Pokeman Unicorn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย larochefookau และคุณลักษณะหลักของมันคือ "Replace the unicorns with pokemans"

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

screenshot

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

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

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

                        This will replace 'unicorn' with a random Pokeman name. Enjoy!                    

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

ชื่อ Pokeman Unicorn Pokeman Unicorn
ID edfoipboepangmahldoemnbmbolmmbln
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pokeman-unicorn/edfoipboepangmahldoemnbmbolmmbln
คำอธิบาย Replace the unicorns with pokemans
ขนาดไฟล์ 38.93 KB
จำนวนการติดตั้ง 101
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-09-11
วันที่เผยแพร่ 2015-09-11
ผู้พัฒนา larochefookau
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/larochefookau
URL หน้าช่วยเหลือ https://twitter.com/larochefookau
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pokeman Unicorn",
    "description": "Replace the unicorns with pokemans",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "findAndReplaceDOMText.js",
                "app.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}