Boruto's Dad

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

Wat is Boruto's Dad?

Boruto's Dad is een Chrome-extensie ontwikkeld door puddi, en de belangrijkste functie is "Replaces all instances of "Naruto" with "Boruto's Dad".".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Boruto's Dad

Download Boruto's Dad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

1.0.1: Updated regex                    

Basisinformatie over de Extensie

Naam Boruto's Dad Boruto's Dad
ID fignfccppmliikeaojiijbjnojogobbi
Officiële URL https://chromewebstore.google.com/detail/borutos-dad/fignfccppmliikeaojiijbjnojogobbi
Beschrijving Replaces all instances of "Naruto" with "Boruto's Dad".
Bestandsgrootte 33.77 KB
Aantal Installaties 54
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-09-08
Publicatiedatum 2017-09-08
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar puddi
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}