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文件

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