Slash Diablo Tools
Adds a save button the slashdiablo's armory. Maybe someday more to come...
Wat is Slash Diablo Tools?
Slash Diablo Tools is een Chrome-extensie ontwikkeld door dschu012, en de belangrijkste functie is "Adds a save button the slashdiablo's armory. Maybe someday more to come...".
Extensie Screenshots
Download het CRX-bestand van de extensie Slash Diablo Tools
Download Slash Diablo Tools-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
                        Add additional functionality to the slashdiablo armory:
* Save the current armory character you are viewing as a d2s to be used in game.
* Export missing items from your grail to clipboard, to easily paste in your BH item filter.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | hfbigecinjgkbmdldhgogmdjfblpkagp | 
| Officiële URL | https://chromewebstore.google.com/detail/slash-diablo-tools/hfbigecinjgkbmdldhgogmdjfblpkagp | 
| Beschrijving | Adds a save button the slashdiablo's armory. Maybe someday more to come... | 
| Bestandsgrootte | 210 KB | 
| Aantal Installaties | 115 | 
| Huidige Versie | 0.11 | 
| Laatst Bijgewerkt | 2021-08-01 | 
| Publicatiedatum | 2020-05-03 | 
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen | 
| Ontwikkelaar | dschu012 | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/dschu012/slashdiablo-chrome-extension/ | 
| Help Pagina-URL | https://github.com/dschu012/slashdiablo-chrome-extension/issues | 
| URL van de Privacybeleid Pagina | https://github.com/dschu012/slashdiablo-chrome-extension/blob/master/PRIVACY.md | 
| Ondersteunde Talen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slash Diablo Tools",
    "version": "0.11",
    "description": "Adds a save button the slashdiablo's armory. Maybe someday more to come...",
    "manifest_version": 2,
    "icons": {
        "16": "img\/16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.slashdiablo.net\/*",
                "https:\/\/*.slashgaming.net\/*"
            ],
            "js": [
                "start.js"
            ],
            "permissions": [
                "storage",
                "clipboardWrite"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "css\/styles.css",
        "lib\/jquery-3.3.1.min.js",
        "lib\/constants.bundle.min.js",
        "lib\/d2s.bundle.min.js",
        "armory.js",
        "grail.js"
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}  |  |