StingerNET Tool
Allows posting of data from utopia to StingerNET.
Hvad er StingerNET Tool?
StingerNET Tool er en Chrome-udvidelse udviklet af https://stingernet.ddns.net, og dens hovedfunktion er "Allows posting of data from utopia to StingerNET.".
Udvidelsesskærmbilleder
Download StingerNET Tool-udvidelses-CRX-fil
Download StingerNET Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension allows posting of intel/ops/army data from Utopia to the StingerNET website for use by kingdoms that utilize StingerNET.
Grundlæggende oplysninger om udvidelsen
Navn | StingerNET Tool |
ID | elamhbbpjcpeblpicjhlhjonhggcocjd |
Officiel URL | https://chromewebstore.google.com/detail/stingernet-tool/elamhbbpjcpeblpicjhlhjonhggcocjd |
Beskrivelse | Allows posting of data from utopia to StingerNET. |
Filstørrelse | 49.5 KB |
Antal Installationer | 165 |
Nuværende Version | 2.4.2 |
Senest Opdateret | 2024-01-10 |
Udgivelsesdato | 2019-04-30 |
Bedømmelse | 4.50/5 Samlet 4 Bedømmelser |
Udvikler | https://stingernet.ddns.net |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://stingernet.ddns.net/privacy_policy.html |
Understøttede Sprog | 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" } ] } |