Yeezy Taught Me

Bless yourself with the lyrics of Kanye West before you go off to explore the internet.

¿Qué es Yeezy Taught Me?

Yeezy Taught Me es una extensión de Chrome desarrollada por Shyam Mervana, y su función principal es "Bless yourself with the lyrics of Kanye West before you go off to explore the internet.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Yeezy Taught Me

Descarga archivos de extensión Yeezy Taught Me en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Yeezy Taught Me Yeezy Taught Me
ID nianngijigdmdbohmcfjpkddmeepbnhp
URL Oficial https://chrome.google.com/webstore/detail/yeezy-taught-me/nianngijigdmdbohmcfjpkddmeepbnhp
Descripción Bless yourself with the lyrics of Kanye West before you go off to explore the internet.
Tamaño del Archivo 39.29 KB
Cantidad de Instalaciones 206
Versión Actual 1.0.1
Última Actualización 2014-08-06
Fecha de Publicación 2014-08-06
Calificación 4.33/5 Total de 15 Calificaciones
Desarrollador Shyam Mervana
Tipo de Pago free
Idiomas Soportados 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"
    }
}