Wisdom From Kanye

Now that Kanye West is back on Twitter, you can get that next level Kanye wisdom in every New Tab you open. You even get to…

¿Qué es Wisdom From Kanye?

Wisdom From Kanye es una extensión de Chrome desarrollada por https://wisdomfromkanye.com, y su función principal es "Now that Kanye West is back on Twitter, you can get that next level Kanye wisdom in every New Tab you open. You even get to…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Wisdom From Kanye

Descarga archivos de extensión Wisdom From Kanye 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

                        Now that Kanye West is back on Twitter, you can get that next level Kanye wisdom in every New Tab you open. You even get to reminisce in that epic font from The Life of Pablo merch. 🔥A small project brought to you by Seth Cottle & Casey Cavanagh. Now open source, check it out on Github!                    

Información Básica de la Extensión

Nombre Wisdom From Kanye Wisdom From Kanye
ID dbahdcnbbleloehclkcdmkgfioglbkmc
URL Oficial https://chromewebstore.google.com/detail/wisdom-from-kanye/dbahdcnbbleloehclkcdmkgfioglbkmc
Descripción Now that Kanye West is back on Twitter, you can get that next level Kanye wisdom in every New Tab you open. You even get to…
Tamaño del Archivo 164 KB
Cantidad de Instalaciones 120
Versión Actual 0.6
Última Actualización 2018-04-29
Fecha de Publicación 2018-04-28
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://wisdomfromkanye.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://wisdomfromkanye.com
URL de la Página de Ayuda https://github.com/sethcottle/kanye-chrome-extension
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wisdom From Kanye",
    "version": "0.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/48.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}