StingerNET Tool
Allows posting of data from utopia to StingerNET.
Wat is StingerNET Tool?
StingerNET Tool is een Chrome-extensie ontwikkeld door https://stingernet.ddns.net, en de belangrijkste functie is "Allows posting of data from utopia to StingerNET.".
Extensie Screenshots
Download het CRX-bestand van de extensie StingerNET Tool
Download StingerNET Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows posting of intel/ops/army data from Utopia to the StingerNET website for use by kingdoms that utilize StingerNET.
Basisinformatie over de Extensie
Naam | StingerNET Tool |
ID | elamhbbpjcpeblpicjhlhjonhggcocjd |
Officiële URL | https://chromewebstore.google.com/detail/stingernet-tool/elamhbbpjcpeblpicjhlhjonhggcocjd |
Beschrijving | Allows posting of data from utopia to StingerNET. |
Bestandsgrootte | 49.5 KB |
Aantal Installaties | 165 |
Huidige Versie | 2.4.2 |
Laatst Bijgewerkt | 2024-01-10 |
Publicatiedatum | 2019-04-30 |
Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://stingernet.ddns.net |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://stingernet.ddns.net/privacy_policy.html |
Ondersteunde Talen | 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" } ] } |