Star Citizen Bulk XPLORer

This extension adds Bulk funcitonality to the HangarXPLOR extension

Hvad er Star Citizen Bulk XPLORer?

Star Citizen Bulk XPLORer er en Chrome-udvidelse udviklet af Peter Dolkens, og dens hovedfunktion er "This extension adds Bulk funcitonality to the HangarXPLOR extension".

Udvidelsesskærmbilleder

screenshot

Download Star Citizen Bulk XPLORer-udvidelses-CRX-fil

Download Star Citizen Bulk XPLORer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Star Citizen Bulk XPLORer Star Citizen Bulk XPLORer
ID hhmhabdjafcnejipbcpfdkdhfolfpheo
Officiel URL https://chromewebstore.google.com/detail/star-citizen-bulk-xplorer/hhmhabdjafcnejipbcpfdkdhfolfpheo
Beskrivelse This extension adds Bulk funcitonality to the HangarXPLOR extension
Filstørrelse 30.91 KB
Antal Installationer 592
Nuværende Version 2.50
Senest Opdateret 2017-12-10
Udgivelsesdato 2017-12-09
Bedømmelse 4.80/5 Samlet 5 Bedømmelser
Udvikler Peter Dolkens
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/dolkensp/BulkXPLOR
Hjælpeside-URL https://github.com/dolkensp/BulkXPLOR/issues
Understøttede Sprog 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"
    ]
}