Nether Portal Calculator for Minecraft
Use this calculator to see where you should put your nether portals in Minecraft.
Was ist Nether Portal Calculator for Minecraft?
Nether Portal Calculator for Minecraft ist eine Chrome-Erweiterung, die von https://noobforce.net entwickelt wurde, und ihr Hauptmerkmal ist "Use this calculator to see where you should put your nether portals in Minecraft.".
Erweiterungsscreenshots
Nether Portal Calculator for Minecraft-Erweiterungs-CRX-Datei herunterladen
Laden Sie Nether Portal Calculator for Minecraft-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Nether Portal Calculator for Minecraft |
ID | nnpkbjiahjpnnjdfoailaicpmknndiid |
Offizielle URL | https://chromewebstore.google.com/detail/nether-portal-calculator/nnpkbjiahjpnnjdfoailaicpmknndiid |
Beschreibung | Use this calculator to see where you should put your nether portals in Minecraft. |
Dateigröße | 353 KB |
Installationsanzahl | 287 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2020-02-22 |
Veröffentlichungsdatum | 2020-02-22 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://noobforce.net |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://noobforce.net/ |
Unterstützte Sprachen | 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'" } |