gvsavings
town expenses data collector for godville.net and godvillegame.com
ما هو gvsavings؟
gvsavings هو إضافة Chrome تم تطويرها بواسطة Erinome، والميزة الرئيسية لها هي "town expenses data collector for godville.net and godvillegame.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة gvsavings
قم بتنزيل ملفات الامتداد gvsavings بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is intended for Godville game players for gathering global statistics regarding the amount of gold spent in different towns by the heroes. Beginning with 0.16.5 it is now possible to enable a setting in extensions's option page to show on page the current expenses your hero is experiencing in the towns he visits.
معلومات أساسية عن التمديد
الاسم | gvsavings |
ID | enopcfpjibndelbeiflijdlgehmcnmep |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gvsavings/enopcfpjibndelbeiflijdlgehmcnmep |
الوصف | town expenses data collector for godville.net and godvillegame.com |
حجم الملف | 14.65 KB |
عدد التثبيتات | 28 |
النسخة الحالية | 0.18.0 |
آخر تحديث | 2023-03-12 |
تاريخ النشر | 2019-06-18 |
المطور | Erinome |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://gv.erinome.net/towns |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "gvsavings", "version": "0.18.0", "manifest_version": 2, "description": "__MSG_appDesc__", "default_locale": "ru", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "57.0" } }, "permissions": [ "storage", "*:\/\/gv.erinome.net\/*" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "loader.js" ], "matches": [ "*:\/\/godville.net\/superhero", "*:\/\/godvillegame.com\/superhero" ] } ] } |