Boruto's Dad

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

什麼是Boruto's Dad?

Boruto's Dad是由puddi開發的Chrome擴展程式,該擴展的主要功能是“Replaces all instances of "Naruto" with "Boruto's Dad".”。

擴展截圖

screenshot
screenshot

下載Boruto's Dad擴展crx文件

下載Boruto's Dad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

1.0.1: Updated regex                    

擴展基本資訊

名稱 Boruto's Dad Boruto's Dad
ID fignfccppmliikeaojiijbjnojogobbi
官方網址 https://chromewebstore.google.com/detail/borutos-dad/fignfccppmliikeaojiijbjnojogobbi
簡介 Replaces all instances of "Naruto" with "Boruto's Dad".
檔案大小 33.77 KB
安裝次數 54
目前版本 1.0.1
更新時間 2017-09-08
上架時間 2017-09-08
評分 4.33/5 共 6 次評分
開發者 puddi
付費類型 free
支援的語言 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"
        }
    ]
}