Star Citizen CCU Game

Get a quick overview over all your ships/upgrades in your hangar and buyback, plan optimal upgrade chains.

Star Citizen CCU Gameคืออะไร?

Star Citizen CCU Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ccugame.app และคุณลักษณะหลักของมันคือ "Get a quick overview over all your ships/upgrades in your hangar and buyback, plan optimal upgrade chains."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Star Citizen CCU Game

ดาวน์โหลดไฟล์ส่วนขยาย Star Citizen CCU Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a companion extension to ccugame.app. CCU Game provides a concise overview over all your ships and items in your hangar and buyback. It also shows the currently available items in the store and makes them easily searchable.
Based on this data automatic calculation of optimal CCU chains to create ships with the most savings for you is provided.

The extension helps to get the data from robertsspaceindustries.com which is otherwise not accessible to ccugame.app. The extension only runs in your browser and doesn't send any data to another server. You need to be logged in on robertsspaceindustries.com, you don't need to login in the extension itself, so your credentials stay secure.
Purely optionally, you can sync your data through the cloud with the https://ccugame.app website (e.g. to access the data from your mobile device).

The video https://www.youtube.com/watch?v=AkFug1OKWJs by Karolinger gives a good overview of the tool.

--

This is a hobby project (free of charge).

While I try to do everything to the best of my knowledge and belief, this software comes without any warranty whatsoever and I assume no liability for any problems or damages which might occur due to its use.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Star Citizen CCU Game Star Citizen CCU Game
ID efkaeodcipbmkhbbfmiagjcnnlhdkdlf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/star-citizen-ccu-game/efkaeodcipbmkhbbfmiagjcnnlhdkdlf
คำอธิบาย Get a quick overview over all your ships/upgrades in your hangar and buyback, plan optimal upgrade chains.
ขนาดไฟล์ 27.57 KB
จำนวนการติดตั้ง 41,371
เวอร์ชันปัจจุบัน 6.0.2
อัปเดตครั้งล่าสุด 2022-10-08
วันที่เผยแพร่ 2021-07-27
คะแนน 4.88/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา https://ccugame.app
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://discord.gg/3mm29rPsh6
URL หน้านโยบายความเป็นส่วนตัว https://ccugame.app/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Star Citizen CCU Game",
    "description": "Get a quick overview over all your ships\/upgrades in your hangar and buyback, plan optimal upgrade chains.",
    "version": "6.0.2",
    "host_permissions": [
        "https:\/\/robertsspaceindustries.com\/*",
        "https:\/\/support.robertsspaceindustries.com\/hc\/en-us\/articles\/360003093114"
    ],
    "permissions": [
        "storage",
        "cookies",
        "unlimitedStorage"
    ],
    "manifest_version": 3,
    "icons": {
        "16": "ccugame-16.png",
        "32": "ccugame-32.png",
        "128": "ccugame_128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Star Citizen CCU Game",
        "default_icon": {
            "16": "ccugame-16.png",
            "32": "ccugame-32.png",
            "128": "ccugame_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ccugame.app\/*"
            ],
            "js": [
                "ccugame-app-integration_content-script.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self",
        "worker-src": "self"
    }
}