Kanye West to Tracy Jordan

Replaces @kanyewest on Twitter with Tracy Jordan

Kanye West to Tracy Jordanคืออะไร?

Kanye West to Tracy Jordan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jordan Carroll และคุณลักษณะหลักของมันคือ "Replaces @kanyewest on Twitter with Tracy Jordan"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kanye West to Tracy Jordan

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

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

                        All @kanyewest's tweets now address Liz Lemon, the character on 30 Rock played by Tina Fey, to emphasize how similar his persona is to Tracy Jordan. (Another character on the show.)                    

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

ชื่อ Kanye West to Tracy Jordan Kanye West to Tracy Jordan
ID befpbnjihjndhdhefniklcijdpdgofni
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kanye-west-to-tracy-jorda/befpbnjihjndhdhefniklcijdpdgofni
คำอธิบาย Replaces @kanyewest on Twitter with Tracy Jordan
ขนาดไฟล์ 30.33 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-03-05
วันที่เผยแพร่ 2016-03-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Jordan Carroll
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kanye West to Tracy Jordan",
    "description": "Replaces @kanyewest on Twitter with Tracy Jordan",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}