Cppkies Mod Manager

The Cppkies-flavored mod manager for cookie clicker.

Cppkies Mod Managerとは何ですか?

Cppkies Mod ManagerはG landerによって開発されたChromeの拡張機能で、その主な機能は「The Cppkies-flavored mod manager for cookie clicker.」です。

拡張機能のスクリーンショット

screenshot

Cppkies Mod Manager拡張機能のCRXファイルをダウンロード

Cppkies Mod Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Cppkies Mod Manager is an extension which automatically manages mods for the Cookie Clicker game.                    

拡張機能の基本情報

名前 Cppkies Mod Manager Cppkies Mod Manager
ID bjooleocnlcahbnfieoojeijeddfdnfe
公式URL https://chromewebstore.google.com/detail/cppkies-mod-manager/bjooleocnlcahbnfieoojeijeddfdnfe
説明 The Cppkies-flavored mod manager for cookie clicker.
ファイルサイズ 333 KB
インストール数 946
現在のバージョン 1.0.0
最終更新日 2021-02-15
公開日 2021-02-14
評価 5.00/5 合計 2 レビュー
開発者 G lander
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cppkies Mod Manager",
    "version": "1.0.0",
    "description": "The Cppkies-flavored mod manager for cookie clicker.",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "54.0"
        }
    },
    "homepage_url": "https:\/\/github.com\/Cppkies-Team\/CppkiesModManager",
    "manifest_version": 2,
    "icons": {
        "48": ".\/static\/Cppkies48x48.png",
        "128": ".\/static\/Cppkies128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "browser_style": false,
        "default_icon": ".\/static\/Cppkies48x48.png",
        "default_title": "Cppkies Mod Manager",
        "default_popup": ".\/dist\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/orteil.dashnet.org\/cookieclicker\/*"
            ],
            "js": [
                ".\/dist\/outerContent.js"
            ]
        },
        {
            "matches": [
                "*:\/\/ccrepo.glander.club\/*"
            ],
            "js": [
                ".\/dist\/ccrepoContent.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "dist\/innerContent.js"
    ]
}