Ishtar MultiTool
Improve your Ishtar Collective experience
什么是Ishtar MultiTool?
Ishtar MultiTool是由Aioros开发的Chrome扩展程序,该扩展的主要功能是“Improve your Ishtar Collective experience”。
扩展截图
下载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.                     扩展基本信息
| 名称 |   |  
| 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 | 
| 帮助页面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\/"
    ]
}  |  |