Jeffy Spaghetti Mod
Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc
Cos'è Jeffy Spaghetti Mod?
Jeffy Spaghetti Mod è un'estensione di Chrome sviluppata da Fats Gordo, e la sua funzione principale è "Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jeffy Spaghetti Mod
Scarica i file di estensione Jeffy Spaghetti Mod in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | fmffkdnfgieligpcleojpnocmcdkekcm |
| URL Ufficiale | https://chromewebstore.google.com/detail/jeffy-spaghetti-mod/fmffkdnfgieligpcleojpnocmcdkekcm |
| Descrizione | Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc |
| Dimensione del File | 52.33 KB |
| Conteggio Installazioni | 94 |
| Versione Corrente | 2.1 |
| Ultimo Aggiornamento | 2017-11-07 |
| Data di Pubblicazione | 2017-11-07 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | Fats Gordo |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
]
} | |