StingerNET Tool

Allows posting of data from utopia to StingerNET.

¿Qué es StingerNET Tool?

StingerNET Tool es una extensión de Chrome desarrollada por https://stingernet.ddns.net, y su función principal es "Allows posting of data from utopia to StingerNET.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión StingerNET Tool

Descarga archivos de extensión StingerNET Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension allows posting of intel/ops/army data from Utopia to the StingerNET website for use by kingdoms that utilize StingerNET.                    

Información Básica de la Extensión

Nombre StingerNET Tool StingerNET Tool
ID elamhbbpjcpeblpicjhlhjonhggcocjd
URL Oficial https://chromewebstore.google.com/detail/stingernet-tool/elamhbbpjcpeblpicjhlhjonhggcocjd
Descripción Allows posting of data from utopia to StingerNET.
Tamaño del Archivo 49.5 KB
Cantidad de Instalaciones 165
Versión Actual 2.4.2
Última Actualización 2024-01-10
Fecha de Publicación 2019-04-30
Calificación 4.50/5 Total de 4 Calificaciones
Desarrollador https://stingernet.ddns.net
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://stingernet.ddns.net/privacy_policy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "StingerNET Tool",
    "description": "Allows posting of data from utopia to StingerNET.",
    "version": "2.4.2",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "notifications",
        "contextMenus",
        "webNavigation",
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/stingernet.org\/*",
        "*:\/\/stingernet.ddns.net\/*"
    ],
    "icons": {
        "16": "icon32.png",
        "32": "icon32.png",
        "48": "icon32.png",
        "128": "icon32.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/utopia-game.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "gzip.min.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}