StingerNET Tool
Allows posting of data from utopia to StingerNET.
Qu'est-ce que StingerNET Tool ?
StingerNET Tool est une extension Chrome développée par https://stingernet.ddns.net, et sa fonction principale est "Allows posting of data from utopia to StingerNET.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension StingerNET Tool
Téléchargez les fichiers d'extension StingerNET Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension allows posting of intel/ops/army data from Utopia to the StingerNET website for use by kingdoms that utilize StingerNET.
Informations de Base sur l'Extension
Nom | StingerNET Tool |
ID | elamhbbpjcpeblpicjhlhjonhggcocjd |
URL Officiel | https://chromewebstore.google.com/detail/stingernet-tool/elamhbbpjcpeblpicjhlhjonhggcocjd |
Description | Allows posting of data from utopia to StingerNET. |
Taille du Fichier | 49.5 KB |
Nombre d'Installations | 165 |
Version Actuelle | 2.4.2 |
Dernière Mise à Jour | 2024-01-10 |
Date de Publication | 2019-04-30 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | https://stingernet.ddns.net |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://stingernet.ddns.net/privacy_policy.html |
Langues Prises en Charge | 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" } ] } |