Kanye for VP

Replace references to Tim Kaine with Kanye West

Kanye for VPคืออะไร?

Kanye for VP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mollywhite.net และคุณลักษณะหลักของมันคือ "Replace references to Tim Kaine with Kanye West"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Replace mentions of "Tim Kaine" with "Kanye West" for maximum surrealism and because hey, you were probably reading it that way anyway.                    

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

ชื่อ Kanye for VP Kanye for VP
ID maoogjnlkjgijnaehchgjipelgglccfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kanye-for-vp/maoogjnlkjgijnaehchgjipelgglccfa
คำอธิบาย Replace references to Tim Kaine with Kanye West
ขนาดไฟล์ 4.84 MB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-07-23
วันที่เผยแพร่ 2016-07-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.mollywhite.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://mollywhite.net/#projects
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kanye for VP",
    "description": "Replace references to Tim Kaine with Kanye West",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}