Ishtar MultiTool

Improve your Ishtar Collective experience

Wat is Ishtar MultiTool?

Ishtar MultiTool is een Chrome-extensie ontwikkeld door Aioros, en de belangrijkste functie is "Improve your Ishtar Collective experience".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ishtar MultiTool

Download Ishtar MultiTool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Ishtar MultiTool Ishtar MultiTool
ID oceocpbnjheniaiippppmmliepgjnfhg
Officiële URL https://chromewebstore.google.com/detail/ishtar-multitool/oceocpbnjheniaiippppmmliepgjnfhg
Beschrijving Improve your Ishtar Collective experience
Bestandsgrootte 6.33 MB
Aantal Installaties 81
Huidige Versie 1.0
Laatst Bijgewerkt 2022-04-05
Publicatiedatum 2022-04-04
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Aioros
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/Aioros/ishtar-multitool/issues
Ondersteunde Talen 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\/"
    ]
}