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 هو إضافة Chrome تم تطويرها بواسطة https://noobforce.net، والميزة الرئيسية لها هي "Use this calculator to see where you should put your nether portals in Minecraft.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Nether Portal Calculator for Minecraft

قم بتنزيل ملفات الامتداد Nether Portal Calculator for Minecraft بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'"
}