Boruto's Dad
Replaces all instances of "Naruto" with "Boruto's Dad".
ما هو Boruto's Dad؟
Boruto's Dad هو إضافة Chrome تم تطويرها بواسطة puddi، والميزة الرئيسية لها هي "Replaces all instances of "Naruto" with "Boruto's Dad".".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Boruto's Dad
قم بتنزيل ملفات الامتداد Boruto's Dad بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Exactly what it says on the cover. Note: not actually guaranteed to replace all instances of Naruto. 1.0.1: Updated regex
معلومات أساسية عن التمديد
الاسم | |
ID | fignfccppmliikeaojiijbjnojogobbi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/borutos-dad/fignfccppmliikeaojiijbjnojogobbi |
الوصف | Replaces all instances of "Naruto" with "Boruto's Dad". |
حجم الملف | 33.77 KB |
عدد التثبيتات | 54 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2017-09-08 |
تاريخ النشر | 2017-09-08 |
تقييم | 4.33/5 مجموع تقييمات 6 |
المطور | puddi |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Boruto's Dad", "version": "1.0.1", "description": "Replaces all instances of \"Naruto\" with \"Boruto's Dad\".", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |