StingerNET Tool
Allows posting of data from utopia to StingerNET.
StingerNET Tool क्या है?
StingerNET Tool https://stingernet.ddns.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows posting of data from utopia to StingerNET."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में StingerNET Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows posting of intel/ops/army data from Utopia to the StingerNET website for use by kingdoms that utilize StingerNET.
एक्सटेंशन की मूल जानकारी
नाम | StingerNET Tool |
ID | elamhbbpjcpeblpicjhlhjonhggcocjd |
आधिकारिक URL | https://chromewebstore.google.com/detail/stingernet-tool/elamhbbpjcpeblpicjhlhjonhggcocjd |
विवरण | Allows posting of data from utopia to StingerNET. |
फ़ाइल का आकार | 49.5 KB |
स्थापना संख्या | 165 |
वर्तमान संस्करण | 2.4.2 |
अंतिम अपडेट | 2024-01-10 |
प्रकाशन तिथि | 2019-04-30 |
रेटिंग | 4.50/5 कुल 4 रेटिंग्स |
डेवलपर | https://stingernet.ddns.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://stingernet.ddns.net/privacy_policy.html |
समर्थित भाषाएँ | 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" } ] } |