Jeffy Spaghetti Mod
Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc
Hvad er Jeffy Spaghetti Mod?
Jeffy Spaghetti Mod er en Chrome-udvidelse udviklet af Fats Gordo, og dens hovedfunktion er "Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc".
Udvidelsesskærmbilleder
Download Jeffy Spaghetti Mod-udvidelses-CRX-fil
Download Jeffy Spaghetti Mod-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fmffkdnfgieligpcleojpnocmcdkekcm |
| Officiel URL | https://chromewebstore.google.com/detail/jeffy-spaghetti-mod/fmffkdnfgieligpcleojpnocmcdkekcm |
| Beskrivelse | Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc |
| Filstørrelse | 52.33 KB |
| Antal Installationer | 94 |
| Nuværende Version | 2.1 |
| Senest Opdateret | 2017-11-07 |
| Udgivelsesdato | 2017-11-07 |
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
| Udvikler | Fats Gordo |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
]
} | |