審神者手帳

とうらぶの刀剣ステータス装備・刀装一覧などの情報表示とミュートやキャプチャが手軽にできるツールです。審神者生活のお供にどうぞ

What is 審神者手帳?

審神者手帳 is a Chrome extension developed by Kagami.E, and its main feature is "とうらぶの刀剣ステータス装備・刀装一覧などの情報表示とミュートやキャプチャが手軽にできるツールです。審神者生活のお供にどうぞ".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 審神者手帳 Extension CRX File

Download 審神者手帳 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

                        ゲーム操作によってブラウザのデベロッパーツールが取得した情報を表示します。
この拡張機能自体が外部と通信をすることはありません。
画面キャプチャ・ミュート・別窓表示等のプレイ補助機能も付いてます。
※PCブラウザ版用のツールです。スマホアプリ版ではご利用頂けません

【情報表示パネルの使い方】
通常通りゲームを開始したらそのページでデベロッパーツールを起動して下さい。

デベロッパーツール起動方法
・ゲームページ上をクリックする等でアクティブな状態にして『F12』キー
・ゲーム画面周囲の白い部分で右クリックしてメニューから『検証』
・ブラウザ右上のメニューから『その他ツール』→『デベロッパーツール』

上部タブにある『刀剣情報』を選択
あとはゲーム操作によって自動でデータを更新します。

【主な表示内容】
・刀剣男士の各パラメータ、装備一覧表示
(ソート、刀種・極などの絞込み、装備有無の切替え可)
・部隊平均Lvとパラメータ合計値
・所持刀装&馬一覧
・各刀剣入手日、実装日
・遠征表
・日課・月課任務達成率
・手入必要資源と時間
・刀帳スチル収集・近侍曲入手状況一覧
・刀装所持数・装備数
・刀装作成情報表示(コピペ用文字列)
・通常マップドロップ表

【ツール】
・ゲーム画面撮影、簡単な画像編集
・タブミュート切替え
・誤移動・リロード防止アラート
・ウインドウタイプ切り替え(別窓化)
・ページスクロールの一時無効化
・表示倍率の変更
・遠征などの終了通知                    

Extension Basic Information

Name 審神者手帳 審神者手帳
ID iilndebaiopmmjogpbfdhefdjdicagph
Official URL https://chromewebstore.google.com/detail/%E5%AF%A9%E7%A5%9E%E8%80%85%E6%89%8B%E5%B8%B3/iilndebaiopmmjogpbfdhefdjdicagph
Description とうらぶの刀剣ステータス装備・刀装一覧などの情報表示とミュートやキャプチャが手軽にできるツールです。審神者生活のお供にどうぞ
File Size 116 KB
Installation Count 6,034
Current Version 1.0.42
Last Updated 2024-01-07
Publish Date 2020-05-09
Rating 4.97/5 Total 29 Ratings
Developer Kagami.E
Email [email protected]
Payment Type free
Extension Website https://half-a.net/saniwanote
Help Page URL https://half-a.net/saniwanote
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u5be9\u795e\u8005\u624b\u5e33",
    "version": "1.0.42",
    "description": "\u3068\u3046\u3089\u3076\u306e\u5200\u5263\u30b9\u30c6\u30fc\u30bf\u30b9\u88c5\u5099\u30fb\u5200\u88c5\u4e00\u89a7\u306a\u3069\u306e\u60c5\u5831\u8868\u793a\u3068\u30df\u30e5\u30fc\u30c8\u3084\u30ad\u30e3\u30d7\u30c1\u30e3\u304c\u624b\u8efd\u306b\u3067\u304d\u308b\u30c4\u30fc\u30eb\u3067\u3059\u3002\u5be9\u795e\u8005\u751f\u6d3b\u306e\u304a\u4f9b\u306b\u3069\u3046\u305e",
    "homepage_url": "https:\/\/half-a.net\/saniwanote",
    "icons": {
        "16": "saniwanote16.png",
        "48": "saniwanote48.png",
        "128": "saniwanote128.png"
    },
    "devtools_page": "devtools.html",
    "minimum_chrome_version": "88",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/pc-play.games.dmm.com\/*",
        "https:\/\/pc-play.games.dmm.com\/*"
    ],
    "options_page": "settei.html",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "saniwanote48.png",
        "default_title": "\u5be9\u795e\u8005\u624b\u5e33",
        "default_popup": "pop.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/pc-play.games.dmm.com\/play\/tohken*",
                "https:\/\/pc-play.games.dmm.com\/play\/tohken*"
            ],
            "css": [
                "gamepage.css"
            ],
            "js": [
                "jquery.js",
                "tourabupsc.js"
            ],
            "run_at": "document_end"
        }
    ]
}