Star Citizen Bulk XPLORer

This extension adds Bulk funcitonality to the HangarXPLOR extension

Star Citizen Bulk XPLORer là gì?

Star Citizen Bulk XPLORer là một tiện ích mở rộng Chrome được phát triển bởi Peter Dolkens, và tính năng chính của nó là "This extension adds Bulk funcitonality to the HangarXPLOR extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Star Citizen Bulk XPLORer

Tải xuống các tệp mở rộng Star Citizen Bulk XPLORer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Star Citizen Bulk XPLORer Star Citizen Bulk XPLORer
ID hhmhabdjafcnejipbcpfdkdhfolfpheo
URL Chính Thức https://chromewebstore.google.com/detail/star-citizen-bulk-xplorer/hhmhabdjafcnejipbcpfdkdhfolfpheo
Mô tả This extension adds Bulk funcitonality to the HangarXPLOR extension
Kích Thước Tệp 30.91 KB
Số Lần Cài Đặt 592
Phiên Bản Hiện Tại 2.50
Cập Nhật Lần Cuối 2017-12-10
Ngày Phát Hành 2017-12-09
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Peter Dolkens
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dolkensp/BulkXPLOR
URL Trang Trợ Giúp https://github.com/dolkensp/BulkXPLOR/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}