Jeffy Spaghetti Mod
Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc
¿Qué es Jeffy Spaghetti Mod?
Jeffy Spaghetti Mod es una extensión de Chrome desarrollada por Fats Gordo, y su función principal es "Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Jeffy Spaghetti Mod
Descarga archivos de extensión Jeffy Spaghetti Mod 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
This extension changes the word 'Jesus', 'Jesus Chist', or 'Christ' to 'Jeffy Spaghetti'. Based on a tweet by the hilarious @notacroc Idea by @Ocean_40 Created by @fatsgordo Link to Tweet: https://twitter.com/notacroc/status/850163533421699072 Icon Image: https://www.pinterest.com/pin/522699100478258523
Información Básica de la Extensión
Nombre | Jeffy Spaghetti Mod |
ID | fmffkdnfgieligpcleojpnocmcdkekcm |
URL Oficial | https://chromewebstore.google.com/detail/jeffy-spaghetti-mod/fmffkdnfgieligpcleojpnocmcdkekcm |
Descripción | Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc |
Tamaño del Archivo | 52.33 KB |
Cantidad de Instalaciones | 94 |
Versión Actual | 2.1 |
Última Actualización | 2017-11-07 |
Fecha de Publicación | 2017-11-07 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | Fats Gordo |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jeffy Spaghetti Mod", "description": "Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc", "version": "2.1", "browser_action": { "default_icon": "SpaghettiJesus.png", "default_title": "icon" }, "icons": { "32": "SpaghettiJesus.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |