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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
    }
}