Kirka Mirror Challenge

Kirka game matches are flipped horizontally.

What is Kirka Mirror Challenge?

Kirka Mirror Challenge is a Chrome extension developed by Chadium, and its main feature is "Kirka game matches are flipped horizontally.".

Extension Screenshots

screenshot

Download Kirka Mirror Challenge Extension CRX File

Download Kirka Mirror Challenge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Kirka Mirror Challenge Kirka Mirror Challenge
ID ohidkkbnolgnchhcnefbddnpgmckeomm
Official URL https://chromewebstore.google.com/detail/kirka-mirror-challenge/ohidkkbnolgnchhcnefbddnpgmckeomm
Description Kirka game matches are flipped horizontally.
File Size 23.29 KB
Installation Count 50
Current Version 1.0
Last Updated 2022-05-04
Publish Date 2022-05-03
Rating 3.00/5 Total 1 Ratings
Developer Chadium
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}