Ishtar MultiTool

Improve your Ishtar Collective experience

ما هو Ishtar MultiTool؟

Ishtar MultiTool هو إضافة Chrome تم تطويرها بواسطة Aioros، والميزة الرئيسية لها هي "Improve your Ishtar Collective experience".

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

screenshot

تحميل ملف CRX للإضافة Ishtar MultiTool

قم بتنزيل ملفات الامتداد Ishtar MultiTool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Browse the Ishtar Collective website in your favorite language, and easily search for any content in the entire Destiny lore archive.                    

معلومات أساسية عن التمديد

الاسم Ishtar MultiTool Ishtar MultiTool
ID oceocpbnjheniaiippppmmliepgjnfhg
عنوان URL الرسمي https://chromewebstore.google.com/detail/ishtar-multitool/oceocpbnjheniaiippppmmliepgjnfhg
الوصف Improve your Ishtar Collective experience
حجم الملف 6.33 MB
عدد التثبيتات 81
النسخة الحالية 1.0
آخر تحديث 2022-04-05
تاريخ النشر 2022-04-04
تقييم 5.00/5 مجموع تقييمات 5
المطور Aioros
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/Aioros/ishtar-multitool/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ishtar MultiTool",
    "manifest_version": 3,
    "version": "1.0",
    "description": "Improve your Ishtar Collective experience",
    "icons": {
        "16": "img\/ishtar_16.png",
        "48": "img\/ishtar_48.png",
        "128": "img\/ishtar_128.png"
    },
    "action": {
        "default_icon": {
            "19": "img\/ishtar_19.png",
            "38": "img\/ishtar_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*",
                "\/d1\/*"
            ],
            "matches": [
                "https:\/\/www.ishtar-collective.net\/*"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.ishtar-collective.net\/",
        "https:\/\/bungie.net\/"
    ]
}