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 | 
| Eメール | [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\/"
    ]
}  |  |