Jeffy Spaghetti Mod
Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc
Jeffy Spaghetti Mod là gì?
Jeffy Spaghetti Mod là một tiện ích mở rộng Chrome được phát triển bởi Fats Gordo, và tính năng chính của nó là "Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jeffy Spaghetti Mod
Tải xuống các tệp mở rộng Jeffy Spaghetti Mod dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jeffy Spaghetti Mod |
ID | fmffkdnfgieligpcleojpnocmcdkekcm |
URL Chính Thức | https://chromewebstore.google.com/detail/jeffy-spaghetti-mod/fmffkdnfgieligpcleojpnocmcdkekcm |
Mô tả | Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc |
Kích Thước Tệp | 52.33 KB |
Số Lần Cài Đặt | 94 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2017-11-07 |
Ngày Phát Hành | 2017-11-07 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Fats Gordo |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |