LichessARC

Allows accepting a random challenge on Lichess.org

LichessARCとは何ですか?

LichessARCはGitProphetによって開発されたChromeの拡張機能で、その主な機能は「Allows accepting a random challenge on Lichess.org」です。

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

screenshot

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

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

拡張機能の使用方法

                        https://github.com/SimonLammer/lichess-accept-random-challenge                    

拡張機能の基本情報

名前 LichessARC LichessARC
ID kbfljnbakebelbhioimnbilgkplibfec
公式URL https://chromewebstore.google.com/detail/lichessarc/kbfljnbakebelbhioimnbilgkplibfec
説明 Allows accepting a random challenge on Lichess.org
ファイルサイズ 10.79 KB
インストール数 101
現在のバージョン 1.2
最終更新日 2019-05-25
公開日 2019-05-25
評価 5.00/5 合計 2 レビュー
開発者 GitProphet
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/SimonLammer/lichess-accept-random-challenge
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LichessARC",
    "author": "Simon Lammer",
    "description": "Allows accepting a random challenge on Lichess.org",
    "version": "1.2",
    "homepage_url": "https:\/\/github.com\/SimonLammer\/lichess-accept-random-challenge",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lichess.org\/*",
                "*:\/\/lichess.org\/*"
            ],
            "js": [
                "lichessARC.js"
            ],
            "css": [
                "lichessARC.css"
            ]
        }
    ]
}