CnCTA SoO SCRIPT PACK

Script collection for Command & Conquer: Tiberium Alliances

CnCTA SoO SCRIPT PACK란 무엇입니까?

CnCTA SoO SCRIPT PACK은(는) https://cncta.tweakness.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Script collection for Command & Conquer: Tiberium Alliances"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

CnCTA SoO SCRIPT PACK 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}