Jeffy Spaghetti Mod
Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc
Jeffy Spaghetti Mod란 무엇입니까?
Jeffy Spaghetti Mod은(는) Fats Gordo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc"입니다.
확장 프로그램 스크린샷
Jeffy Spaghetti Mod 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 확장 프로그램 기본 정보
| 이름 | |
| ID | fmffkdnfgieligpcleojpnocmcdkekcm |
| 공식 URL | https://chromewebstore.google.com/detail/jeffy-spaghetti-mod/fmffkdnfgieligpcleojpnocmcdkekcm |
| 설명 | Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc |
| 파일 크기 | 52.33 KB |
| 설치 횟수 | 94 |
| 현재 버전 | 2.1 |
| 최근 업데이트 | 2017-11-07 |
| 출시 날짜 | 2017-11-07 |
| 평점 | 5.00/5 총 5 개의 평점 |
| 개발자 | Fats Gordo |
| 결제 유형 | free |
| 지원되는 언어 | 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"
}
]
} | |