Jeffy Spaghetti Mod
Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc
Wat is Jeffy Spaghetti Mod?
Jeffy Spaghetti Mod is een Chrome-extensie ontwikkeld door Fats Gordo, en de belangrijkste functie is "Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc".
Extensie Screenshots
Download het CRX-bestand van de extensie Jeffy Spaghetti Mod
Download Jeffy Spaghetti Mod-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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                     Basisinformatie over de Extensie
| Naam |   |  
| ID | fmffkdnfgieligpcleojpnocmcdkekcm | 
| Officiële URL | https://chromewebstore.google.com/detail/jeffy-spaghetti-mod/fmffkdnfgieligpcleojpnocmcdkekcm | 
| Beschrijving | Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc | 
| Bestandsgrootte | 52.33 KB | 
| Aantal Installaties | 94 | 
| Huidige Versie | 2.1 | 
| Laatst Bijgewerkt | 2017-11-07 | 
| Publicatiedatum | 2017-11-07 | 
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen | 
| Ontwikkelaar | Fats Gordo | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
        }
    ]
}  |  |