Yeezy Taught Me
Bless yourself with the lyrics of Kanye West before you go off to explore the internet.
Was ist Yeezy Taught Me?
Yeezy Taught Me ist eine Chrome-Erweiterung, die von Shyam Mervana entwickelt wurde, und ihr Hauptmerkmal ist "Bless yourself with the lyrics of Kanye West before you go off to explore the internet.".
Erweiterungsscreenshots
Yeezy Taught Me-Erweiterungs-CRX-Datei herunterladen
Laden Sie Yeezy Taught Me-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nianngijigdmdbohmcfjpkddmeepbnhp |
Offizielle URL | https://chrome.google.com/webstore/detail/yeezy-taught-me/nianngijigdmdbohmcfjpkddmeepbnhp |
Beschreibung | Bless yourself with the lyrics of Kanye West before you go off to explore the internet. |
Dateigröße | 39.29 KB |
Installationsanzahl | 206 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2014-08-06 |
Veröffentlichungsdatum | 2014-08-06 |
Bewertung | 4.33/5 Insgesamt 15 Bewertungen |
Entwickler | Shyam Mervana |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |