Jeffy Spaghetti Mod
Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc
Vad är Jeffy Spaghetti Mod?
Jeffy Spaghetti Mod är en Chrome-tillägg utvecklad av Fats Gordo, och dess huvudfunktion är "Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc".
Tilläggsskärmbilder
Ladda ner Jeffy Spaghetti Mod-förlängningens CRX-fil
Ladda ner Jeffy Spaghetti Mod-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Jeffy Spaghetti Mod |
ID | fmffkdnfgieligpcleojpnocmcdkekcm |
Officiell webbadress | https://chromewebstore.google.com/detail/jeffy-spaghetti-mod/fmffkdnfgieligpcleojpnocmcdkekcm |
Beskrivning | Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc |
Filstorlek | 52.33 KB |
Antal Installationer | 94 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2017-11-07 |
Publiceringsdatum | 2017-11-07 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | Fats Gordo |
Betalningssätt | free |
Stödda Språk | 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" } ] } |