Star Citizen Bulk XPLORer

This extension adds Bulk funcitonality to the HangarXPLOR extension

¿Qué es Star Citizen Bulk XPLORer?

Star Citizen Bulk XPLORer es una extensión de Chrome desarrollada por Peter Dolkens, y su función principal es "This extension adds Bulk funcitonality to the HangarXPLOR extension".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Star Citizen Bulk XPLORer

Descarga archivos de extensión Star Citizen Bulk XPLORer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This plugin adds Bulk Melt functionality to HangarXPLOR plugin for use on the Roberts Space Industries Hangar page.

Icons by www.twitch.tv/mzhartz - thanks so much!

When selecting ships, beneath the "Selected Value" counter, you will find a "Melt" and "Gift" button, which will allow you to melt multiple ships at once.

Source Code is available here: https://github.com/dolkensp/BulkXPLOR

The plugin runs automatically upon loading the page, but may take a few seconds to kick in, as it pre-loads ALL pages from your hangar.                    

Información Básica de la Extensión

Nombre Star Citizen Bulk XPLORer Star Citizen Bulk XPLORer
ID hhmhabdjafcnejipbcpfdkdhfolfpheo
URL Oficial https://chromewebstore.google.com/detail/star-citizen-bulk-xplorer/hhmhabdjafcnejipbcpfdkdhfolfpheo
Descripción This extension adds Bulk funcitonality to the HangarXPLOR extension
Tamaño del Archivo 30.91 KB
Cantidad de Instalaciones 592
Versión Actual 2.50
Última Actualización 2017-12-10
Fecha de Publicación 2017-12-09
Calificación 4.80/5 Total de 5 Calificaciones
Desarrollador Peter Dolkens
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/dolkensp/BulkXPLOR
URL de la Página de Ayuda https://github.com/dolkensp/BulkXPLOR/issues
Idiomas Soportados fil
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension adds Bulk funcitonality to the HangarXPLOR extension",
    "manifest_version": 2,
    "name": "Star Citizen Bulk XPLORer",
    "short_name": "BulkXPLOR",
    "version": "2.50",
    "author": "\/u\/alluran (Peter Dolkens)",
    "permissions": [
        "https:\/\/robertsspaceindustries.com\/*"
    ],
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/robertsspaceindustries.com\/account\/pledges*"
            ],
            "js": [
                "content_scripts\/loader.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "web_resources\/HangarXPLOR.BulkUI.js",
        "web_resources\/HangarXPLOR.ReclaimBulk.html"
    ]
}