Boruto's Dad
Replaces all instances of "Naruto" with "Boruto's Dad".
Hvad er Boruto's Dad?
Boruto's Dad er en Chrome-udvidelse udviklet af puddi, og dens hovedfunktion er "Replaces all instances of "Naruto" with "Boruto's Dad".".
Udvidelsesskærmbilleder
Download Boruto's Dad-udvidelses-CRX-fil
Download Boruto's Dad-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Exactly what it says on the cover. Note: not actually guaranteed to replace all instances of Naruto. 1.0.1: Updated regex
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fignfccppmliikeaojiijbjnojogobbi |
Officiel URL | https://chromewebstore.google.com/detail/borutos-dad/fignfccppmliikeaojiijbjnojogobbi |
Beskrivelse | Replaces all instances of "Naruto" with "Boruto's Dad". |
Filstørrelse | 33.77 KB |
Antal Installationer | 54 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2017-09-08 |
Udgivelsesdato | 2017-09-08 |
Bedømmelse | 4.33/5 Samlet 6 Bedømmelser |
Udvikler | puddi |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |