lichess-drow

Adds the BlitzIn for ICC "draw" sound to lichess.org

什麼是lichess-drow?

lichess-drow是由Vincent Simard開發的Chrome擴展程式,該擴展的主要功能是“Adds the BlitzIn for ICC "draw" sound to lichess.org”。

下載lichess-drow擴展crx文件

下載lichess-drow擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 lichess-drow lichess-drow
ID kgljljppljobmdankjemkdaacnhpobpl
官方網址 https://chromewebstore.google.com/detail/lichess-drow/kgljljppljobmdankjemkdaacnhpobpl
簡介 Adds the BlitzIn for ICC "draw" sound to lichess.org
檔案大小 9.42 KB
安裝次數 30
目前版本 0.1.1
更新時間 2017-04-02
上架時間 2017-04-02
開發者 Vincent Simard
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lichess-drow",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Adds the BlitzIn for ICC \"draw\" sound to lichess.org",
    "icons": [],
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.lichess.org\/*",
                "https:\/\/*.lichess.org\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/lichess-drow.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "ogg\/*"
    ],
    "permissions": [
        "storage"
    ]
}