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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A great extension that lets you easily switch between, add and create new themes to use on Box Critters!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Box Critters Texture Pack Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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 } } |