Nether Portal Calculator for Minecraft
Use this calculator to see where you should put your nether portals in Minecraft.
Qu'est-ce que Nether Portal Calculator for Minecraft ?
Nether Portal Calculator for Minecraft est une extension Chrome développée par https://noobforce.net, et sa fonction principale est "Use this calculator to see where you should put your nether portals in Minecraft.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nether Portal Calculator for Minecraft
Téléchargez les fichiers d'extension Nether Portal Calculator for Minecraft au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Nether Portal Calculator for Minecraft |
ID | nnpkbjiahjpnnjdfoailaicpmknndiid |
URL Officiel | https://chromewebstore.google.com/detail/nether-portal-calculator/nnpkbjiahjpnnjdfoailaicpmknndiid |
Description | Use this calculator to see where you should put your nether portals in Minecraft. |
Taille du Fichier | 353 KB |
Nombre d'Installations | 287 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-02-22 |
Date de Publication | 2020-02-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://noobforce.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://noobforce.net/ |
Langues Prises en Charge | 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'" } |