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文件
下載Jeffy Spaghetti Mod擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Jeffy Spaghetti Mod |
ID | fmffkdnfgieligpcleojpnocmcdkekcm |
官方網址 | 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" } ] } |