Mahjong Soul Extension

雀魂をより便利にプレイするための非公式拡張機能です。本拡張機能は主に操作性の向上を目的としており、危険牌表示など利用者がゲームプレイにおいて有利になるような機能はありません。

What is Mahjong Soul Extension?

Mahjong Soul Extension is a Chrome extension developed by K-izumi, and its main feature is "雀魂をより便利にプレイするための非公式拡張機能です。本拡張機能は主に操作性の向上を目的としており、危険牌表示など利用者がゲームプレイにおいて有利になるような機能はありません。".

Extension Screenshots

screenshot

Download Mahjong Soul Extension Extension CRX File

Download Mahjong Soul Extension 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

                        雀魂をプレイ中に、本拡張機能で以下のことができます。
・[Ctrl]+[S] でスクリーンショット保存 (ハードウェアアクセラレーションが有効だと正しく動作しない場合があります)
・[1]~[9][0][-][^][\][BS] キーで手牌から牌を捨てる
・[q][w][e][r] キーで自動理牌等を ON / OFF
・[Esc] キーで自摸切り・スキップ
・テンキーでスタンプ送信
・キーコンフィグ

注意事項:上記機能は対局中以外にも作動します。予期しないクリックに注意してください。本拡張機能を使用したことで生じる事象について本拡張機能の作者および雀魂の権利者は責任を負いません。

その他の免責事項等は、本拡張機能アイコンをクリックした際に表示される「使い方」からご覧になれます。                    

Extension Basic Information

Name Mahjong Soul Extension Mahjong Soul Extension
ID ahnjcmdpnhohhkhcicgildbjpeeglfbi
Official URL https://chromewebstore.google.com/detail/mahjong-soul-extension/ahnjcmdpnhohhkhcicgildbjpeeglfbi
Description 雀魂をより便利にプレイするための非公式拡張機能です。本拡張機能は主に操作性の向上を目的としており、危険牌表示など利用者がゲームプレイにおいて有利になるような機能はありません。
File Size 1002 KB
Installation Count 146
Current Version 1.0.1
Last Updated 2021-07-12
Publish Date 2020-09-07
Developer K-izumi
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mahjong Soul Extension",
    "version": "1.0.1",
    "description": "\u96c0\u9b42\u3092\u3088\u308a\u4fbf\u5229\u306b\u30d7\u30ec\u30a4\u3059\u308b\u305f\u3081\u306e\u975e\u516c\u5f0f\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002\u672c\u62e1\u5f35\u6a5f\u80fd\u306f\u4e3b\u306b\u64cd\u4f5c\u6027\u306e\u5411\u4e0a\u3092\u76ee\u7684\u3068\u3057\u3066\u304a\u308a\u3001\u5371\u967a\u724c\u8868\u793a\u306a\u3069\u5229\u7528\u8005\u304c\u30b2\u30fc\u30e0\u30d7\u30ec\u30a4\u306b\u304a\u3044\u3066\u6709\u5229\u306b\u306a\u308b\u3088\u3046\u306a\u6a5f\u80fd\u306f\u3042\u308a\u307e\u305b\u3093\u3002",
    "icons": {
        "32": ".\/img\/page-action.png"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "tabs",
        ""
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "options_ui": {
        "page": ".\/options\/index.html",
        "open_in_tab": true
    },
    "page_action": {
        "default_icon": ".\/img\/page-action.png",
        "default_title": "Mahjong Soul Extension",
        "default_popup": ".\/page-action\/index.html"
    },
    "background": {
        "scripts": [
            ".\/background\/index.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/game.mahjongsoul.com\/*"
            ],
            "js": [
                ".\/game-contents\/index.js"
            ]
        }
    ]
}