Ishtar MultiTool

Improve your Ishtar Collective experience

什麼是Ishtar MultiTool?

Ishtar MultiTool是由Aioros開發的Chrome擴展程式,該擴展的主要功能是“Improve your Ishtar Collective experience”。

擴展截圖

screenshot

下載Ishtar MultiTool擴展crx文件

下載Ishtar MultiTool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL 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\/"
    ]
}