Jeffy Spaghetti Mod
Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc
What is Jeffy Spaghetti Mod?
Jeffy Spaghetti Mod is a Chrome extension developed by Fats Gordo, and its main feature is "Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc".
Extension Screenshots
Download Jeffy Spaghetti Mod Extension CRX File
Download Jeffy Spaghetti Mod extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Jeffy Spaghetti Mod |
ID | fmffkdnfgieligpcleojpnocmcdkekcm |
Official URL | https://chromewebstore.google.com/detail/jeffy-spaghetti-mod/fmffkdnfgieligpcleojpnocmcdkekcm |
Description | Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc |
File Size | 52.33 KB |
Installation Count | 94 |
Current Version | 2.1 |
Last Updated | 2017-11-07 |
Publish Date | 2017-11-07 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Fats Gordo |
Payment Type | free |
Supported Languages | 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" } ] } |