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"
}
]
} | |