Cheeto Jesus
This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.
ما هو Cheeto Jesus؟
Cheeto Jesus هو إضافة Chrome تم تطويرها بواسطة jermaine.m.jones3، والميزة الرئيسية لها هي "This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.".
تحميل ملف CRX للإضافة Cheeto Jesus
قم بتنزيل ملفات الامتداد Cheeto Jesus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
bug fixes
معلومات أساسية عن التمديد
الاسم | |
ID | jmnhadhobejingfpfoheoibhkehkhlfm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/cheeto-jesus/jmnhadhobejingfpfoheoibhkehkhlfm |
الوصف | This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson. |
حجم الملف | 208 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 1.1.3 |
آخر تحديث | 2016-06-24 |
تاريخ النشر | 2016-06-24 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | jermaine.m.jones3 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cheeto Jesus", "description": "This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.", "version": "1.1.3", "browser_action": { "default_icon": "icon.png", "default_title": "Donald Trump is Cheeto Jesus." }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "cheeto.js" ], "run_at": "document_end" } ] } |