Lichess Random Challenge

Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org

什麼是Lichess Random Challenge?

Lichess Random Challenge是由DaciteRocks開發的Chrome擴展程式,該擴展的主要功能是“Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org”。

擴展截圖

screenshot

下載Lichess Random Challenge擴展crx文件

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

擴展使用說明

                        Allows user to accept a random subscriber, random challenger, and delete all challenges. Added delete all challenges for (twitch.tv/imrosen)                    

擴展基本資訊

名稱 Lichess Random Challenge Lichess Random Challenge
ID dbfiajmohmadhlkpokgbikikeppjmibd
官方網址 https://chromewebstore.google.com/detail/lichess-random-challenge/dbfiajmohmadhlkpokgbikikeppjmibd
簡介 Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org
檔案大小 147 KB
安裝次數 26
目前版本 1.4
更新時間 2021-03-16
上架時間 2021-03-16
開發者 DaciteRocks
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lichess Random Challenge",
    "author": "Simon Lammer, Thijs van den Hout, Connor Wardell",
    "description": "Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org",
    "version": "1.4",
    "homepage_url": "https:\/\/github.com\/daciteRocks\/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"
            ]
        }
    ]
}