Yeezify
Yeezify the web!
¿Qué es Yeezify?
Yeezify es una extensión de Chrome desarrollada por Terkel Gjervig, y su función principal es "Yeezify the web!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Yeezify
Descarga archivos de extensión Yeezify 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
Sick of your Facebook friends? News getting you down? Boring images? Yeezify is a Chrome extenion that changes every image on a webpage to one of Kanye West. Instantly change all images on any given webpage to Yeezus. Install the extension, click the Kanye head and watch the magic happen!
Información Básica de la Extensión
Nombre | |
ID | bnhjledfkllachkdaphpcdbmdnkaahjj |
URL Oficial | https://chrome.google.com/webstore/detail/yeezify/bnhjledfkllachkdaphpcdbmdnkaahjj |
Descripción | Yeezify the web! |
Tamaño del Archivo | 50.28 KB |
Cantidad de Instalaciones | 60 |
Versión Actual | 1.0.2 |
Última Actualización | 2014-08-04 |
Fecha de Publicación | 2014-08-04 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Terkel Gjervig |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://yeezify.com |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yeezify", "version": "1.0.2", "manifest_version": 2, "description": "Yeezify the web!", "author": "Terkel Gjervig", "short_name": "Yeezify", "homepage_url": "http:\/\/yeezify.terkel.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js", "src\/bg\/yeezify.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "I'mma fix it" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |