Box Critters Texture Pack Manager

A great extension that lets you easily switch between, add and create new themes to use on Box Critters!

Box Critters Texture Pack Managerとは何ですか?

Box Critters Texture Pack Managerはhttp://boxcrittersmods.gaによって開発されたChromeの拡張機能で、その主な機能は「A great extension that lets you easily switch between, add and create new themes to use on Box Critters!」です。

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

screenshot

Box Critters Texture Pack Manager拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension lets you easily switch between different themes, add new themes and create new themes.

switch between texture packs
create texture packs
activate multiple texture packs at the same time
install and use shaders                    

拡張機能の基本情報

名前 Box Critters Texture Pack Manager Box Critters Texture Pack Manager
ID okfakaikglajegjgjnaamcigadmfccmg
公式URL https://chrome.google.com/webstore/detail/box-critters-texture-pack/okfakaikglajegjgjnaamcigadmfccmg
説明 A great extension that lets you easily switch between, add and create new themes to use on Box Critters!
ファイルサイズ 417 KB
インストール数 42
現在のバージョン 3.2.0
最終更新日 2020-09-08
公開日 2020-05-17
評価 5.00/5 合計 1 レビュー
開発者 http://boxcrittersmods.ga
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/tumble1999/bc-texture-pack-manager
ヘルプページのURL https://discord.gg/uepE5Y
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Box Critters Texture Pack Manager",
    "description": "A great extension that lets you easily switch between, add and create new themes to use on Box Critters!",
    "version_name": "3.2.0",
    "version": "3.2.0.202",
    "author": "TumbleGamer",
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "64": "logo-64.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "logo-16.png",
            "32": "logo-32.png",
            "48": "logo-48.png",
            "128": "logo-128.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "BC Texture Pack Manager"
    },
    "background": {
        "page": "bg\/background.html",
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.boxcritters.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.githubusercontent.com\/*\/*.bctp.json"
            ],
            "js": [
                "oneclick-tp.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.githubusercontent.com\/*\/*.bcs.json"
            ],
            "js": [
                "oneclick-shader.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.boxcritters.com\/*",
                "https:\/\/critterball.herokuapp.com\/*",
                "https:\/\/*.boxcrittersmods.ga\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/critterball.herokuapp.com\/*",
        "https:\/\/*.boxcritters.com\/*",
        "https:\/\/*.boxcrittersmods.ga\/*"
    ],
    "options_ui": {
        "page": "popup\/options.html",
        "open_in_tab": true
    }
}