Nether Portal Calculator for Minecraft

Use this calculator to see where you should put your nether portals in Minecraft.

Nether Portal Calculator for Minecraft क्या है?

Nether Portal Calculator for Minecraft https://noobforce.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use this calculator to see where you should put your nether portals in Minecraft."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nether Portal Calculator for Minecraft एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Nether Portal Calculator for Minecraft Nether Portal Calculator for Minecraft
ID nnpkbjiahjpnnjdfoailaicpmknndiid
आधिकारिक URL https://chromewebstore.google.com/detail/nether-portal-calculator/nnpkbjiahjpnnjdfoailaicpmknndiid
विवरण Use this calculator to see where you should put your nether portals in Minecraft.
फ़ाइल का आकार 353 KB
स्थापना संख्या 287
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-02-22
प्रकाशन तिथि 2020-02-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://noobforce.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://noobforce.net/
समर्थित भाषाएँ 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'"
}