Star Citizen Bulk XPLORer

This extension adds Bulk funcitonality to the HangarXPLOR extension

Apa itu Star Citizen Bulk XPLORer?

Star Citizen Bulk XPLORer adalah ekstensi Chrome yang dikembangkan oleh Peter Dolkens, dan fitur utamanya adalah "This extension adds Bulk funcitonality to the HangarXPLOR extension".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Star Citizen Bulk XPLORer

Unduh file ekstensi Star Citizen Bulk XPLORer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Star Citizen Bulk XPLORer Star Citizen Bulk XPLORer
ID hhmhabdjafcnejipbcpfdkdhfolfpheo
URL Resmi https://chromewebstore.google.com/detail/star-citizen-bulk-xplorer/hhmhabdjafcnejipbcpfdkdhfolfpheo
Deskripsi This extension adds Bulk funcitonality to the HangarXPLOR extension
Ukuran File 30.91 KB
Jumlah Instalasi 592
Versi Saat Ini 2.50
Terakhir Diperbarui 2017-12-10
Tanggal Publikasi 2017-12-09
Penilaian 4.80/5 Total 5 Penilaian
Pengembang Peter Dolkens
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/dolkensp/BulkXPLOR
URL Halaman Bantuan https://github.com/dolkensp/BulkXPLOR/issues
Bahasa yang Didukung 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"
    ]
}