StingerNET Tool
Allows posting of data from utopia to StingerNET.
What is StingerNET Tool?
StingerNET Tool is a Chrome extension developed by https://stingernet.ddns.net, and its main feature is "Allows posting of data from utopia to StingerNET.".
Extension Screenshots
Download StingerNET Tool Extension CRX File
Download StingerNET Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows posting of intel/ops/army data from Utopia to the StingerNET website for use by kingdoms that utilize StingerNET.
Extension Basic Information
Name | StingerNET Tool |
ID | elamhbbpjcpeblpicjhlhjonhggcocjd |
Official URL | https://chromewebstore.google.com/detail/stingernet-tool/elamhbbpjcpeblpicjhlhjonhggcocjd |
Description | Allows posting of data from utopia to StingerNET. |
File Size | 49.5 KB |
Installation Count | 165 |
Current Version | 2.4.2 |
Last Updated | 2024-01-10 |
Publish Date | 2019-04-30 |
Rating | 4.50/5 Total 4 Ratings |
Developer | https://stingernet.ddns.net |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://stingernet.ddns.net/privacy_policy.html |
Supported Languages | 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" } ] } |