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 |
官方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" } } |