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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}