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