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是由Shyam Mervana開發的Chrome擴展程式,該擴展的主要功能是“Bless yourself with the lyrics of Kanye West before you go off to explore the internet.”。
擴展截圖
下載Yeezy Taught Me擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | nianngijigdmdbohmcfjpkddmeepbnhp |
官方網址 | 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" } } |