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
Eメール [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"
    }
}