HorrorGPT by ちゅーりん

ChatGPTでホラーゲームが遊べるようになるプラグイン

What is HorrorGPT by ちゅーりん?

HorrorGPT by ちゅーりん is a Chrome extension developed by ちゅーりん, and its main feature is "ChatGPTでホラーゲームが遊べるようになるプラグイン".

Extension Screenshots

screenshot

Download HorrorGPT by ちゅーりん Extension CRX File

Download HorrorGPT by ちゅーりん extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ChatGPTで脱出×ホラー系のノベルゲームが遊べるようになります。
プロンプトを送信する前に書き換えることで設定や難易度を変更可能。

コードも公開しているので、ダウンロードして自分用のお気に入りプロンプトやBGM、ボイスをご登録ください。

公開コード:https://github.com/churin1116/230330_horror_gpt

〈無料版・GPT-3.5のポイント〉
「調べる」などをそのまま入力すると会話が続かないことがあります。「カイ、〇〇を調べてみて」のように名前も呼んであげると順調に進みやすいです。また、最初に長い設定文が出てきた時は短くなるまでリロード or 再送信すると会話が続きやすくなります

※※※ 注意点 ※※※
・タブを切り替えてもホラーのBGMは追いかけ続けます。音を止めたい時はリロードして下さい
・音や背景色をなくしたい場合は、通常通りプロンプトを貼って始めてください(https://note.com/churin_1116 にベースのプロンプトがあります)

〈音響の引用元〉
BGM1:かずちさん『日没廃校』(DOVA-SYNDROME)
https://dova-s.jp/bgm/play3409.html
BGM2:Khaimさん『This Romance』(DOVA-SYNDROME)
https://dova-s.jp/bgm/play3620.html
効果音:ホラー・心理系~フリー効果音・無料効果音素材さん
https://taira-komori.jpn.org/horror01.html
ボイス:びたみんちぃ/びたちー素材館さん
http://www.vita-chi.net/sozai1.htm                    

Extension Basic Information

Name HorrorGPT by ちゅーりん HorrorGPT by ちゅーりん
ID nfncdockmhcchphbpnjijfmminjnjhin
Official URL https://chromewebstore.google.com/detail/horrorgpt-by-%E3%81%A1%E3%82%85%E3%83%BC%E3%82%8A%E3%82%93/nfncdockmhcchphbpnjijfmminjnjhin
Description ChatGPTでホラーゲームが遊べるようになるプラグイン
File Size 10.74 MB
Installation Count 137
Current Version 1.2
Last Updated 2023-04-10
Publish Date 2023-04-04
Rating 5.00/5 Total 2 Ratings
Developer ちゅーりん
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HorrorGPT by \u3061\u3085\u30fc\u308a\u3093",
    "version": "1.2",
    "description": "ChatGPT\u3067\u30db\u30e9\u30fc\u30b2\u30fc\u30e0\u304c\u904a\u3079\u308b\u3088\u3046\u306b\u306a\u308b\u30d7\u30e9\u30b0\u30a4\u30f3",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "16": ".\/neko_black_16x16.png",
            "32": ".\/neko_black_32x32.png",
            "48": ".\/neko_black_48x48.png",
            "128": ".\/neko_black_128x128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sound\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": ".\/neko_black_16x16.png",
        "32": ".\/neko_black_32x32.png",
        "48": ".\/neko_black_48x48.png",
        "128": ".\/neko_black_128x128.png"
    }
}