Boruto's Dad
Replaces all instances of "Naruto" with "Boruto's Dad".
Apa itu Boruto's Dad?
Boruto's Dad adalah ekstensi Chrome yang dikembangkan oleh puddi, dan fitur utamanya adalah "Replaces all instances of "Naruto" with "Boruto's Dad".".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Boruto's Dad
Unduh file ekstensi Boruto's Dad dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Exactly what it says on the cover. Note: not actually guaranteed to replace all instances of Naruto. 1.0.1: Updated regex
Informasi Dasar Ekstensi
Nama | |
ID | fignfccppmliikeaojiijbjnojogobbi |
URL Resmi | https://chromewebstore.google.com/detail/borutos-dad/fignfccppmliikeaojiijbjnojogobbi |
Deskripsi | Replaces all instances of "Naruto" with "Boruto's Dad". |
Ukuran File | 33.77 KB |
Jumlah Instalasi | 54 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2017-09-08 |
Tanggal Publikasi | 2017-09-08 |
Penilaian | 4.33/5 Total 6 Penilaian |
Pengembang | puddi |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |