Lichess Board Scroll Disabler

Disable mouse wheel function on Lichess board

Lichess Board Scroll Disablerとは何ですか?

Lichess Board Scroll DisablerはDonald Fernandezによって開発されたChromeの拡張機能で、その主な機能は「Disable mouse wheel function on Lichess board」です。

Lichess Board Scroll Disabler拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Disable mouse wheel function on Lichess board                    

拡張機能の基本情報

名前 Lichess Board Scroll Disabler Lichess Board Scroll Disabler
ID bhoehlmcaidmlcbamnlfficpedgecddn
公式URL https://chromewebstore.google.com/detail/lichess-board-scroll-disa/bhoehlmcaidmlcbamnlfficpedgecddn
説明 Disable mouse wheel function on Lichess board
ファイルサイズ 6.25 KB
インストール数 339
現在のバージョン 1.0
最終更新日 2017-02-08
公開日 2017-02-08
評価 4.11/5 合計 9 レビュー
開発者 Donald Fernandez
支払い方法 free
プライバシーポリシーページのURL https://www.geneinfo.pro
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Lichess Board Scroll Disabler",
    "description": "Disable mouse wheel function on Lichess board",
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.lichess.org\/*"
            ]
        }
    ]
}