Boruto's Dad

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

Was ist Boruto's Dad?

Boruto's Dad ist eine Chrome-Erweiterung, die von puddi entwickelt wurde, und ihr Hauptmerkmal ist "Replaces all instances of "Naruto" with "Boruto's Dad".".

Erweiterungsscreenshots

screenshot
screenshot

Boruto's Dad-Erweiterungs-CRX-Datei herunterladen

Laden Sie Boruto's Dad-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

1.0.1: Updated regex                    

Grundlegende Informationen zur Erweiterung

Name Boruto's Dad Boruto's Dad
ID fignfccppmliikeaojiijbjnojogobbi
Offizielle URL https://chromewebstore.google.com/detail/borutos-dad/fignfccppmliikeaojiijbjnojogobbi
Beschreibung Replaces all instances of "Naruto" with "Boruto's Dad".
Dateigröße 33.77 KB
Installationsanzahl 54
Aktuelle Version 1.0.1
Letztes Update 2017-09-08
Veröffentlichungsdatum 2017-09-08
Bewertung 4.33/5 Insgesamt 6 Bewertungen
Entwickler puddi
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}