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