Ishtar MultiTool
Improve your Ishtar Collective experience
Vad är Ishtar MultiTool?
Ishtar MultiTool är en Chrome-tillägg utvecklad av Aioros, och dess huvudfunktion är "Improve your Ishtar Collective experience".
Tilläggsskärmbilder
Ladda ner Ishtar MultiTool-förlängningens CRX-fil
Ladda ner Ishtar MultiTool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Browse the Ishtar Collective website in your favorite language, and easily search for any content in the entire Destiny lore archive.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | oceocpbnjheniaiippppmmliepgjnfhg | 
| Officiell webbadress | https://chromewebstore.google.com/detail/ishtar-multitool/oceocpbnjheniaiippppmmliepgjnfhg | 
| Beskrivning | Improve your Ishtar Collective experience | 
| Filstorlek | 6.33 MB | 
| Antal Installationer | 81 | 
| Aktuell Version | 1.0 | 
| Senast Uppdaterad | 2022-04-05 | 
| Publiceringsdatum | 2022-04-04 | 
| Betyg | 5.00/5 Totalt 5 Betyg | 
| Utvecklare | Aioros | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Hjälpsida URL | https://github.com/Aioros/ishtar-multitool/issues | 
| Stödda Språk | 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\/"
    ]
}  |  |