StingerNET Tool

Allows posting of data from utopia to StingerNET.

什么是StingerNET Tool?

StingerNET Tool是由https://stingernet.ddns.net开发的Chrome扩展程序,该扩展的主要功能是“Allows posting of data from utopia to StingerNET.”。

扩展截图

screenshot

下载StingerNET Tool扩展crx文件

下载StingerNET Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 StingerNET Tool StingerNET Tool
ID elamhbbpjcpeblpicjhlhjonhggcocjd
官方URL https://chromewebstore.google.com/detail/stingernet-tool/elamhbbpjcpeblpicjhlhjonhggcocjd
简介 Allows posting of data from utopia to StingerNET.
文件大小 49.5 KB
安装次数 165
当前版本 2.4.2
更新时间 2024-01-10
上架时间 2019-04-30
评分 4.50/5 共4次评分
开发者 https://stingernet.ddns.net
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://stingernet.ddns.net/privacy_policy.html
支持的语言 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"
        }
    ]
}