StingerNET Tool
Allows posting of data from utopia to StingerNET.
Co to jest StingerNET Tool?
StingerNET Tool to rozszerzenie Chrome opracowane przez https://stingernet.ddns.net, a jego główną funkcją jest „Allows posting of data from utopia to StingerNET.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia StingerNET Tool
Pobierz pliki rozszerzeń StingerNET Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension allows posting of intel/ops/army data from Utopia to the StingerNET website for use by kingdoms that utilize StingerNET. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | elamhbbpjcpeblpicjhlhjonhggcocjd |
| Oficjalny URL | https://chromewebstore.google.com/detail/stingernet-tool/elamhbbpjcpeblpicjhlhjonhggcocjd |
| Opis | Allows posting of data from utopia to StingerNET. |
| Rozmiar pliku | 49.5 KB |
| Liczba instalacji | 165 |
| Aktualna Wersja | 2.4.2 |
| Ostatnia Aktualizacja | 2024-01-10 |
| Data Publikacji | 2019-04-30 |
| Ocena | 4.50/5 Łącznie 4 Oceny |
| Deweloper | https://stingernet.ddns.net |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://stingernet.ddns.net/privacy_policy.html |
| Obsługiwane Języki | 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"
}
]
} | |