Jeffy Spaghetti Mod
Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc
O que é Jeffy Spaghetti Mod?
Jeffy Spaghetti Mod é uma extensão do Chrome desenvolvida por Fats Gordo, e sua principal característica é "Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Jeffy Spaghetti Mod
Baixe arquivos de extensão Jeffy Spaghetti Mod no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 Informações Básicas da Extensão
| Nome | |
| ID | fmffkdnfgieligpcleojpnocmcdkekcm |
| URL Oficial | https://chromewebstore.google.com/detail/jeffy-spaghetti-mod/fmffkdnfgieligpcleojpnocmcdkekcm |
| Descrição | Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc |
| Tamanho do Arquivo | 52.33 KB |
| Contagem de Instalações | 94 |
| Versão Atual | 2.1 |
| Última Atualização | 2017-11-07 |
| Data de Publicação | 2017-11-07 |
| Classificação | 5.00/5 Total de 5 Avaliações |
| Desenvolvedor | Fats Gordo |
| Tipo de Pagamento | free |
| Idiomas Suportados | 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"
}
]
} | |