Star Citizen Hangar XPLORer

This extension improves the Hangar page on RobertsSpaceIndustries.com

Star Citizen Hangar XPLORer क्या है?

Star Citizen Hangar XPLORer Peter Dolkens द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension improves the Hangar page on RobertsSpaceIndustries.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Star Citizen Hangar XPLORer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This plugin enhances the Roberts Space Industries Hangar page.

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

It adds "Melt Value" and "Base Pledge" fields, updates the titles of pledges to reflect any upgrades, updates the ship thumbnails to reflect any upgrades, and enhances the filter to actually be useful/accurate.

Additionally - all pages from your hangar are loaded at once.

Firefox version is available here: https://addons.mozilla.org/en-US/firefox/addon/star-citizen-hangar-xplorer/

Opera version is available here: https://addons.opera.com/en/extensions/details/star-citizen-hangar-xplorer/

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

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.

Donations accepted at: http://paypal.me/dolkensp                    

एक्सटेंशन की मूल जानकारी

नाम Star Citizen Hangar XPLORer Star Citizen Hangar XPLORer
ID bhkgemjdepodofcnmekdobmmbifemhkc
आधिकारिक URL https://chromewebstore.google.com/detail/star-citizen-hangar-xplor/bhkgemjdepodofcnmekdobmmbifemhkc
विवरण This extension improves the Hangar page on RobertsSpaceIndustries.com
फ़ाइल का आकार 812 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 3.17.176
अंतिम अपडेट 2023-01-17
प्रकाशन तिथि 2020-06-18
रेटिंग 4.74/5 कुल 103 रेटिंग्स
डेवलपर Peter Dolkens
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/dolkensp/HangarXPLOR
सहायता पृष्ठ URL https://github.com/dolkensp/HangarXPLOR/issues
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension improves the Hangar page on RobertsSpaceIndustries.com",
    "name": "Star Citizen Hangar XPLORer",
    "short_name": "HangarXPLOR",
    "version": "3.17.176",
    "author": "\/u\/alluran (Peter Dolkens)",
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/robertsspaceindustries.com\/*",
        "https:\/\/www.robertsspaceindustries.com\/*"
    ],
    "action": {
        "default_icon": {
            "48": "icons\/icon_48-fill.png",
            "128": "icons\/icon_128-fill.png"
        },
        "default_popup": "ui_resources\/HangarXPLOR.Settings.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/robertsspaceindustries.com\/account\/pledges*",
                "https:\/\/www.robertsspaceindustries.com\/account\/pledges*"
            ],
            "js": [
                "content_scripts\/loader.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/robertsspaceindustries.com\/*",
                "https:\/\/www.robertsspaceindustries.com\/*"
            ],
            "resources": [
                "web_resources\/ship-codes.json",
                "web_resources\/shims.chrome.storage.js",
                "web_resources\/fuse.min.js",
                "web_resources\/HangarXPLOR.BulkUI.js",
                "web_resources\/HangarXPLOR.Button.js",
                "web_resources\/HangarXPLOR.Components.js",
                "web_resources\/HangarXPLOR.DrawUI.js",
                "web_resources\/HangarXPLOR.Download.js",
                "web_resources\/HangarXPLOR.Dropdown.js",
                "web_resources\/HangarXPLOR.Filter.js",
                "web_resources\/HangarXPLOR.LoadPage.js",
                "web_resources\/HangarXPLOR.LoadCache.js",
                "web_resources\/HangarXPLOR.LoadSettings.js",
                "web_resources\/HangarXPLOR.Log.js",
                "web_resources\/HangarXPLOR.Pager.js",
                "web_resources\/HangarXPLOR.ParseComponent.js",
                "web_resources\/HangarXPLOR.ParseCoupon.js",
                "web_resources\/HangarXPLOR.ParseDecoration.js",
                "web_resources\/HangarXPLOR.ParseEquipment.js",
                "web_resources\/HangarXPLOR.ParseHangar.js",
                "web_resources\/HangarXPLOR.ParsePledge.js",
                "web_resources\/HangarXPLOR.ParseReward.js",
                "web_resources\/HangarXPLOR.ParseShip.js",
                "web_resources\/HangarXPLOR.ParseSkin.js",
                "web_resources\/HangarXPLOR.ParseUpgrade.js",
                "web_resources\/HangarXPLOR.PreProcess.js",
                "web_resources\/HangarXPLOR.ProcessPage.js",
                "web_resources\/HangarXPLOR.Render.js",
                "web_resources\/HangarXPLOR.SaveCache.js",
                "web_resources\/HangarXPLOR.SaveSettings.js",
                "web_resources\/HangarXPLOR.Search.js",
                "web_resources\/HangarXPLOR.SearchBox.js",
                "web_resources\/HangarXPLOR.Ships.js",
                "web_resources\/HangarXPLOR.Sort.js",
                "web_resources\/HangarXPLOR.Templates.js",
                "web_resources\/HangarXPLOR.Toggle.js",
                "web_resources\/HangarXPLOR.Debug.js",
                "web_resources\/HangarXPLOR.js",
                "web_resources\/HangarXPLOR.css",
                "debug\/*.html"
            ]
        }
    ]
}