Yeezy Taught Me

Bless yourself with the lyrics of Kanye West before you go off to explore the internet.

Yeezy Taught Meคืออะไร?

Yeezy Taught Me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shyam Mervana และคุณลักษณะหลักของมันคือ "Bless yourself with the lyrics of Kanye West before you go off to explore the internet."

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

screenshot

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

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

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

                        The name "Kanye West" is often associated with words like egotistic, pompous, and arrogant. We prefer the term genius. Kanye's lyrics show both creativity and literary intellect. His use of double entendres, puns, and humorous malapropisms make his verses some of the most enjoyable in hip-hop to date (in our opinion). With the Yeezy Taught Me extension, every time you open a new tab, you will be graced with lyrics written by the creative genius himself.                    

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

ชื่อ Yeezy Taught Me Yeezy Taught Me
ID nianngijigdmdbohmcfjpkddmeepbnhp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/yeezy-taught-me/nianngijigdmdbohmcfjpkddmeepbnhp
คำอธิบาย Bless yourself with the lyrics of Kanye West before you go off to explore the internet.
ขนาดไฟล์ 39.29 KB
จำนวนการติดตั้ง 206
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2014-08-06
วันที่เผยแพร่ 2014-08-06
คะแนน 4.33/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Shyam Mervana
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yeezy Taught Me",
    "description": "Bless yourself with the lyrics of Kanye West before you go off to explore the internet.",
    "version": "1.0.1",
    "permissions": [
        "*:\/\/use.typekit.net\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/use.typekit.net; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "popup.html"
    }
}