Godville UI+

UI improvements for godville.net and godvillegame.com

Godville UI+ क्या है?

Godville UI+ Badluck Dicey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "UI improvements for godville.net and godvillegame.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Godville UI+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Do you want to know, how much money your hero spend in taverns?
How many monsters did he kill, while you were away?
Are you tired of entering voices manually every time?
Want to know immediately when your hero fights with a wanted monster or with a monster with special abilities?
Do you want to know, when your hero finds any type of usable items?
Are you tired to see "Send to arena" and "Challenge Friend"?
Do you wanna a custom background to superhero's page?
What about new messages in your favorite forum threads?
Do you want to insert linebreaker in chats with Shift+Enter and links to become active?
What about formatting buttons on the forum?
Do you want to fetch new enhancements and fixes automatically?

Then you should install this extension and get all these and other features to your Godville.

Support thread: http://godvillegame.com/forums/show_topic/2800                    

एक्सटेंशन की मूल जानकारी

नाम Godville UI+ Godville UI+
ID ojdggcahaahmpphammjempihickghipi
आधिकारिक URL https://chromewebstore.google.com/detail/godville-ui+/ojdggcahaahmpphammjempihickghipi
विवरण UI improvements for godville.net and godvillegame.com
फ़ाइल का आकार 167 KB
स्थापना संख्या 722
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2016-04-28
प्रकाशन तिथि 2016-04-28
रेटिंग 4.92/5 कुल 138 रेटिंग्स
डेवलपर Badluck Dicey
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://godville.net/forums/show_topic/2812
सहायता पृष्ठ URL http://godvillegame.com/forums/show_topic/2800
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Godville UI+",
    "description": "__MSG_appDesc__",
    "author": "__MSG_author__",
    "default_locale": "ru",
    "version": "1.3.0",
    "version_name": "1.3.0",
    "homepage_url": "http:\/\/godville.net\/forums\/show_topic\/2812",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "reload_godville_pages_on_extension_install_or_update.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "loader.js"
            ],
            "matches": [
                "*:\/\/godville.net\/*",
                "*:\/\/godvillegame.com\/*",
                "*:\/\/gdvl.tk\/duels\/log\/*",
                "*:\/\/gv.erinome.net\/duels\/log\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "web_accessible_resources": [
        "module_loader.js",
        "modules\/*.js",
        "css\/*.css",
        "images\/*"
    ]
}