StingerNET Tool

Allows posting of data from utopia to StingerNET.

StingerNET Tool là gì?

StingerNET Tool là một tiện ích mở rộng Chrome được phát triển bởi https://stingernet.ddns.net, và tính năng chính của nó là "Allows posting of data from utopia to StingerNET.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng StingerNET Tool

Tải xuống các tệp mở rộng StingerNET Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StingerNET Tool StingerNET Tool
ID elamhbbpjcpeblpicjhlhjonhggcocjd
URL Chính Thức https://chromewebstore.google.com/detail/stingernet-tool/elamhbbpjcpeblpicjhlhjonhggcocjd
Mô tả Allows posting of data from utopia to StingerNET.
Kích Thước Tệp 49.5 KB
Số Lần Cài Đặt 165
Phiên Bản Hiện Tại 2.4.2
Cập Nhật Lần Cuối 2024-01-10
Ngày Phát Hành 2019-04-30
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://stingernet.ddns.net
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://stingernet.ddns.net/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}