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 |
公式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" } ] } |