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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gvsavings

ดาวน์โหลดไฟล์ส่วนขยาย gvsavings ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
            ]
        }
    ]
}