Kirka Mirror Challenge

Kirka game matches are flipped horizontally.

什麼是Kirka Mirror Challenge?

Kirka Mirror Challenge是由Chadium開發的Chrome擴展程式,該擴展的主要功能是“Kirka game matches are flipped horizontally.”。

擴展截圖

screenshot

下載Kirka Mirror Challenge擴展crx文件

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

擴展使用說明

                        When the extension is enabled, Kirka matches will be flipped horizontally. Turn off the extension to revert back to normal. Don't forget to refresh the website.                    

擴展基本資訊

名稱 Kirka Mirror Challenge Kirka Mirror Challenge
ID ohidkkbnolgnchhcnefbddnpgmckeomm
官方網址 https://chromewebstore.google.com/detail/kirka-mirror-challenge/ohidkkbnolgnchhcnefbddnpgmckeomm
簡介 Kirka game matches are flipped horizontally.
檔案大小 23.29 KB
安裝次數 50
目前版本 1.0
更新時間 2022-05-04
上架時間 2022-05-03
評分 3.00/5 共 1 次評分
開發者 Chadium
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kirka Mirror Challenge",
    "description": "Kirka game matches are flipped horizontally.",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kirka.io\/*"
            ],
            "css": [
                "kirka.css"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}