Godville UI+

UI improvements for godville.net and godvillegame.com

Godville UI+とは何ですか?

Godville UI+はBadluck Diceyによって開発されたChromeの拡張機能で、その主な機能は「UI improvements for godville.net and godvillegame.com」です。

拡張機能のスクリーンショット

screenshot

Godville UI+拡張機能のCRXファイルをダウンロード

Godville UI+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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\/*"
    ]
}