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
官方URL 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"
    }
}