CnCTA SoO SCRIPT PACK

Script collection for Command & Conquer: Tiberium Alliances

CnCTA SoO SCRIPT PACKคืออะไร?

CnCTA SoO SCRIPT PACK เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cncta.tweakness.net และคุณลักษณะหลักของมันคือ "Script collection for Command & Conquer: Tiberium Alliances"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CnCTA SoO SCRIPT PACK

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

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

                        Offered as a browser extension it includes around 80 scripts. All credits go to individual script authors. User Scripts help expert players to maximize gaming experience taking the best from the Game API.

CHANGELOG:

Version 1.6.4
>Manifest V3 Migration (for Chromium based browsers)
>Some GUI upgrades
>Updates and fixes for many scripts

Full changelog is available in the extension update screen.                    

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

ชื่อ CnCTA SoO SCRIPT PACK CnCTA SoO SCRIPT PACK
ID mhohhaneodmbojhibocihibkiiafigkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cncta-soo-script-pack/mhohhaneodmbojhibocihibkiiafigkl
คำอธิบาย Script collection for Command & Conquer: Tiberium Alliances
ขนาดไฟล์ 3.32 MB
จำนวนการติดตั้ง 15,230
เวอร์ชันปัจจุบัน 1.6.4
อัปเดตครั้งล่าสุด 2022-12-27
วันที่เผยแพร่ 2020-06-19
คะแนน 4.44/5 รวมทั้งหมด 54 คะแนน
ผู้พัฒนา https://cncta.tweakness.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cncta.tweakness.net/
URL หน้านโยบายความเป็นส่วนตัว https://www.tweakness.net/privacypolicy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*.alliances.commandandconquer.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Script collection for Command & Conquer: Tiberium Alliances",
    "icons": {
        "20": "imgs\/icon-20.png",
        "48": "imgs\/icon.png"
    },
    "manifest_version": 3,
    "name": "CnCTA SoO SCRIPT PACK",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": "imgs\/icon-20.png",
        "default_title": "CnCTA SoO SCRIPT PACK",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/*.alliances.commandandconquer.com\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/cncta.tweakness.net\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/cncta.tweakness.net\/*"
        ]
    },
    "short_name": "CnCTA SoO",
    "version": "1.6.4",
    "web_accessible_resources": [
        {
            "resources": [
                "\/libs\/*",
                "\/scripts\/*"
            ],
            "matches": [
                "https:\/\/*.alliances.commandandconquer.com\/*"
            ]
        }
    ]
}