Ginger BOOM

Have GingerGM shout "BOOOOM" at your own games

Ginger BOOMとは何ですか?

Ginger BOOMはaurel.herveによって開発されたChromeの拡張機能で、その主な機能は「Have GingerGM shout "BOOOOM" at your own games」です。

拡張機能のスクリーンショット

screenshot

Ginger BOOM拡張機能のCRXファイルをダウンロード

Ginger BOOM拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Sometimes it's not enough to spot the proper chess tactic, or a nice checkmate.
Sometimes you also have to shout BOOOOM while moving your piece.

This extension will bring GingerGM to the rescue, so he can shout with you event louder.

INSTRUCTIONS: When browsing a webpage, click on the 'BOOM' button (right to your navbar) when you feel like it is time to celebrate.

New on 1.6.0 : 
  - You can now enable/disable autowins.
  - You can now enable/disable swearing

The code is open-sourced, and can be found here: https://github.com/aherve/gingerBoom                    

拡張機能の基本情報

名前 Ginger BOOM Ginger BOOM
ID ooakefhdmpbfcjflbmejbgkmnjiianao
公式URL https://chromewebstore.google.com/detail/ginger-boom/ooakefhdmpbfcjflbmejbgkmnjiianao
説明 Have GingerGM shout "BOOOOM" at your own games
ファイルサイズ 2.14 MB
インストール数 75
現在のバージョン 1.7.0
最終更新日 2017-12-14
公開日 2017-12-14
評価 5.00/5 合計 16 レビュー
開発者 aurel.herve
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Aur\u00e9lien Herv\u00e9",
    "name": "Ginger BOOM",
    "description": "Have GingerGM shout \"BOOOOM\" at your own games",
    "version": "1.7.0",
    "icons": {
        "16": "assets\/boom16.png",
        "48": "assets\/boom48.png",
        "128": "assets\/boom128.png",
        "256": "assets\/boom256.png"
    },
    "options_page": "src\/options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/ga-config.js",
                "src\/ga.js",
                "src\/play.js",
                "src\/content.js"
            ],
            "css": [
                "src\/content.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.chess.com\/*"
            ],
            "js": [
                "src\/play.js",
                "src\/chess-dot-com-content.js"
            ],
            "css": [
                "src\/content.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "assets\/boom256.png",
        "default_popup": "popup.html",
        "default_title": "BOOM !"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ]
}