Ishtar MultiTool

Improve your Ishtar Collective experience

Ishtar MultiTool là gì?

Ishtar MultiTool là một tiện ích mở rộng Chrome được phát triển bởi Aioros, và tính năng chính của nó là "Improve your Ishtar Collective experience".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ishtar MultiTool

Tải xuống các tệp mở rộng Ishtar MultiTool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ishtar MultiTool Ishtar MultiTool
ID oceocpbnjheniaiippppmmliepgjnfhg
URL Chính Thức https://chromewebstore.google.com/detail/ishtar-multitool/oceocpbnjheniaiippppmmliepgjnfhg
Mô tả Improve your Ishtar Collective experience
Kích Thước Tệp 6.33 MB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-04-05
Ngày Phát Hành 2022-04-04
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Aioros
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/Aioros/ishtar-multitool/issues
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}