CnCTA SoO SCRIPT PACK

Script collection for Command & Conquer: Tiberium Alliances

Cos'è CnCTA SoO SCRIPT PACK?

CnCTA SoO SCRIPT PACK è un'estensione di Chrome sviluppata da https://cncta.tweakness.net, e la sua funzione principale è "Script collection for Command & Conquer: Tiberium Alliances".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CnCTA SoO SCRIPT PACK

Scarica i file di estensione CnCTA SoO SCRIPT PACK in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CnCTA SoO SCRIPT PACK CnCTA SoO SCRIPT PACK
ID mhohhaneodmbojhibocihibkiiafigkl
URL Ufficiale https://chromewebstore.google.com/detail/cncta-soo-script-pack/mhohhaneodmbojhibocihibkiiafigkl
Descrizione Script collection for Command & Conquer: Tiberium Alliances
Dimensione del File 3.32 MB
Conteggio Installazioni 15,230
Versione Corrente 1.6.4
Ultimo Aggiornamento 2022-12-27
Data di Pubblicazione 2020-06-19
Valutazione 4.44/5 Totale 54 Valutazioni
Sviluppatore https://cncta.tweakness.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cncta.tweakness.net/
URL della Pagina della Politica sulla Privacy https://www.tweakness.net/privacypolicy.html
Lingue Supportate 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\/*"
            ]
        }
    ]
}