Jeffy Spaghetti Mod
Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc
ما هو Jeffy Spaghetti Mod؟
Jeffy Spaghetti Mod هو إضافة Chrome تم تطويرها بواسطة Fats Gordo، والميزة الرئيسية لها هي "Changes Jesus to Jeffy Spaghetti. Based on a tweet by @notacroc".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Jeffy Spaghetti Mod
قم بتنزيل ملفات الامتداد Jeffy Spaghetti Mod بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
معلومات أساسية عن التمديد
الاسم | 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" } ] } |