StingerNET Tool
Allows posting of data from utopia to StingerNET.
ما هو StingerNET Tool؟
StingerNET Tool هو إضافة Chrome تم تطويرها بواسطة https://stingernet.ddns.net، والميزة الرئيسية لها هي "Allows posting of data from utopia to StingerNET.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة StingerNET Tool
قم بتنزيل ملفات الامتداد StingerNET Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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" } ] } |