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
官方網址 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"
        }
    ]
}