CnCTA SoO SCRIPT PACK

Script collection for Command & Conquer: Tiberium Alliances

CnCTA SoO SCRIPT PACK क्या है?

CnCTA SoO SCRIPT PACK https://cncta.tweakness.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Script collection for Command & Conquer: Tiberium Alliances"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CnCTA SoO SCRIPT PACK एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}