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".”。
扩展截图
下载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
扩展基本信息
名称 | |
ID | fignfccppmliikeaojiijbjnojogobbi |
官方URL | 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" } ] } |