Kanye is GOD

Turn all 'God' to Kanye

Kanye is GODคืออะไร?

Kanye is GOD เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rborkowski4 และคุณลักษณะหลักของมันคือ "Turn all 'God' to Kanye"

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

screenshot
screenshot

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

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

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

                        Have you ever just wanted more Kanye in your life?! Well now is your chance! While we all celebrate and worship different Gods, we can all agree on one thing.... KANYE IS GOD. YEEZUS!                    

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

ชื่อ Kanye is GOD Kanye is GOD
ID hmblaiagkmaopinmoimbiggohpjnohpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kanye-is-god/hmblaiagkmaopinmoimbiggohpjnohpf
คำอธิบาย Turn all 'God' to Kanye
ขนาดไฟล์ 832 KB
จำนวนการติดตั้ง 135
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2016-06-30
วันที่เผยแพร่ 2016-06-30
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา rborkowski4
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kanye is GOD",
    "description": "Turn all 'God' to Kanye",
    "version": "1.3",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_title": " Incognito Window",
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}