StingerNET Tool

Allows posting of data from utopia to StingerNET.

StingerNET Toolคืออะไร?

StingerNET Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stingernet.ddns.net และคุณลักษณะหลักของมันคือ "Allows posting of data from utopia to StingerNET."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StingerNET Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}