Ishtar MultiTool
Improve your Ishtar Collective experience
What is Ishtar MultiTool?
Ishtar MultiTool is a Chrome extension developed by Aioros, and its main feature is "Improve your Ishtar Collective experience".
Extension Screenshots
Download Ishtar MultiTool Extension CRX File
Download Ishtar MultiTool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Browse the Ishtar Collective website in your favorite language, and easily search for any content in the entire Destiny lore archive.
Extension Basic Information
Name | Ishtar MultiTool |
ID | oceocpbnjheniaiippppmmliepgjnfhg |
Official URL | https://chromewebstore.google.com/detail/ishtar-multitool/oceocpbnjheniaiippppmmliepgjnfhg |
Description | Improve your Ishtar Collective experience |
File Size | 6.33 MB |
Installation Count | 81 |
Current Version | 1.0 |
Last Updated | 2022-04-05 |
Publish Date | 2022-04-04 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Aioros |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/Aioros/ishtar-multitool/issues |
Supported Languages | 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\/" ] } |