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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://boxcrittersmods.ga และคุณลักษณะหลักของมันคือ "A great extension that lets you easily switch between, add and create new themes to use on Box Critters!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Box Critters Texture Pack Manager

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
    }
}