Boruto's Dad

Replaces all instances of "Naruto" with "Boruto's Dad".

What is Boruto's Dad?

Boruto's Dad is a Chrome extension developed by puddi, and its main feature is "Replaces all instances of "Naruto" with "Boruto's Dad".".

Extension Screenshots

screenshot
screenshot

Download Boruto's Dad Extension CRX File

Download Boruto's Dad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Exactly what it says on the cover. Note: not actually guaranteed to replace all instances of Naruto.

1.0.1: Updated regex                    

Extension Basic Information

Name Boruto's Dad Boruto's Dad
ID fignfccppmliikeaojiijbjnojogobbi
Official URL https://chromewebstore.google.com/detail/borutos-dad/fignfccppmliikeaojiijbjnojogobbi
Description Replaces all instances of "Naruto" with "Boruto's Dad".
File Size 33.77 KB
Installation Count 54
Current Version 1.0.1
Last Updated 2017-09-08
Publish Date 2017-09-08
Rating 4.33/5 Total 6 Ratings
Developer puddi
Payment Type free
Supported Languages 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"
        }
    ]
}