Yeezy Taught Me
Bless yourself with the lyrics of Kanye West before you go off to explore the internet.
Qu'est-ce que Yeezy Taught Me ?
Yeezy Taught Me est une extension Chrome développée par Shyam Mervana, et sa fonction principale est "Bless yourself with the lyrics of Kanye West before you go off to explore the internet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yeezy Taught Me
Téléchargez les fichiers d'extension Yeezy Taught Me au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nianngijigdmdbohmcfjpkddmeepbnhp |
URL Officiel | https://chrome.google.com/webstore/detail/yeezy-taught-me/nianngijigdmdbohmcfjpkddmeepbnhp |
Description | Bless yourself with the lyrics of Kanye West before you go off to explore the internet. |
Taille du Fichier | 39.29 KB |
Nombre d'Installations | 206 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2014-08-06 |
Date de Publication | 2014-08-06 |
Évaluation | 4.33/5 Total 15 Évaluations |
Développeur | Shyam Mervana |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |