Nether Portal Calculator for Minecraft
Use this calculator to see where you should put your nether portals in Minecraft.
¿Qué es Nether Portal Calculator for Minecraft?
Nether Portal Calculator for Minecraft es una extensión de Chrome desarrollada por https://noobforce.net, y su función principal es "Use this calculator to see where you should put your nether portals in Minecraft.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Nether Portal Calculator for Minecraft
Descarga archivos de extensión Nether Portal Calculator for Minecraft en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
A Minecraft Nether Portal Calculator. The calculation behind the nether portal is relatively simple, but every so often we all need a little help when calculating the perfect place to put our nether portal. With this handy little chrome extension you can have the calculator right at your fingertips! Input the X/Y/Z of your Overworld coordinates to find the correct location for the linking Portal in the Nether. You can even do it the other way around.
Información Básica de la Extensión
Nombre | Nether Portal Calculator for Minecraft |
ID | nnpkbjiahjpnnjdfoailaicpmknndiid |
URL Oficial | https://chromewebstore.google.com/detail/nether-portal-calculator/nnpkbjiahjpnnjdfoailaicpmknndiid |
Descripción | Use this calculator to see where you should put your nether portals in Minecraft. |
Tamaño del Archivo | 353 KB |
Cantidad de Instalaciones | 287 |
Versión Actual | 1.0.1 |
Última Actualización | 2020-02-22 |
Fecha de Publicación | 2020-02-22 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://noobforce.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://noobforce.net/ |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nether Portal Calculator for Minecraft", "short_name": "Nether Portal Calculator", "version": "1.0.1", "description": "Use this calculator to see where you should put your nether portals in Minecraft.", "permissions": [], "browser_action": { "default_popup": "popup\/index.html", "default_title": "Nether Portal Calculator" }, "web_accessible_resources": [ "\/popup\/static\/media\/icon.27887bb5.png" ], "icons": { "128": ".\/assets\/icon.png" }, "content_scripts": [ { "js": [ "contentscript.js" ], "css": [ "contentscript.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.youtube.com https:\/\/s.ytimg.com 'sha256-V1N25PGzWFtiBP5GgU2aOUYyAquQhyzWWclSepyhv6s='; object-src 'self'" } |