StingerNET Tool
Allows posting of data from utopia to StingerNET.
Cos'è StingerNET Tool?
StingerNET Tool è un'estensione di Chrome sviluppata da https://stingernet.ddns.net, e la sua funzione principale è "Allows posting of data from utopia to StingerNET.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione StingerNET Tool
Scarica i file di estensione StingerNET Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows posting of intel/ops/army data from Utopia to the StingerNET website for use by kingdoms that utilize StingerNET. Informazioni di Base sull'Estensione
| Nome | |
| ID | elamhbbpjcpeblpicjhlhjonhggcocjd |
| URL Ufficiale | https://chromewebstore.google.com/detail/stingernet-tool/elamhbbpjcpeblpicjhlhjonhggcocjd |
| Descrizione | Allows posting of data from utopia to StingerNET. |
| Dimensione del File | 49.5 KB |
| Conteggio Installazioni | 165 |
| Versione Corrente | 2.4.2 |
| Ultimo Aggiornamento | 2024-01-10 |
| Data di Pubblicazione | 2019-04-30 |
| Valutazione | 4.50/5 Totale 4 Valutazioni |
| Sviluppatore | https://stingernet.ddns.net |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://stingernet.ddns.net/privacy_policy.html |
| Lingue Supportate | 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"
}
]
} | |