Box Critters Texture Pack Manager

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

Cos'è Box Critters Texture Pack Manager?

Box Critters Texture Pack Manager è un'estensione di Chrome sviluppata da http://boxcrittersmods.ga, e la sua funzione principale è "A great extension that lets you easily switch between, add and create new themes to use on Box Critters!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Box Critters Texture Pack Manager

Scarica i file di estensione Box Critters Texture Pack Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Box Critters Texture Pack Manager Box Critters Texture Pack Manager
ID okfakaikglajegjgjnaamcigadmfccmg
URL Ufficiale https://chrome.google.com/webstore/detail/box-critters-texture-pack/okfakaikglajegjgjnaamcigadmfccmg
Descrizione A great extension that lets you easily switch between, add and create new themes to use on Box Critters!
Dimensione del File 417 KB
Conteggio Installazioni 42
Versione Corrente 3.2.0
Ultimo Aggiornamento 2020-09-08
Data di Pubblicazione 2020-05-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://boxcrittersmods.ga
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tumble1999/bc-texture-pack-manager
URL della Pagina di Aiuto https://discord.gg/uepE5Y
Lingue Supportate 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
    }
}