Erinome Godville UI+

UI improvements for godville.net and godvillegame.com

Erinome Godville UI+ क्या है?

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

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

screenshot
screenshot
screenshot

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

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

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

                        This is a successor of Godville UI+ extension.

Highlights:
- Optional desktop notifications sent upon informers activation, receiving new PMs and detecting new posts in subscribed topics on the forums;
- Reworked hints highlighting in Dungeons, added map colorization for dungeon chronicles;
- Full support of Sailing mode including hints highlighting and clues of sea beasties' HP levels in the diary;
- A streaming option for Sail and Dungeons with ability for viewers to see the full map during the event;
- For Datamine mode it is now possible to view the amount of bits and bytes collected by the other participants;
- User defined custom informers with dozens of variables to create activating rules with;
- Mobile version of game page is also supported;
- Many other improvements and changes.

And surely it also includes all the features from the original UI+.                    

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

नाम Erinome Godville UI+ Erinome Godville UI+
ID pgodogocdflppcpfdpecanmjhedhkcbe
आधिकारिक URL https://chromewebstore.google.com/detail/erinome-godville-ui+/pgodogocdflppcpfdpecanmjhedhkcbe
विवरण UI improvements for godville.net and godvillegame.com
फ़ाइल का आकार 382 KB
स्थापना संख्या 4,148
वर्तमान संस्करण 1.1.36.2
अंतिम अपडेट 2024-02-28
प्रकाशन तिथि 2020-06-26
रेटिंग 4.95/5 कुल 105 रेटिंग्स
डेवलपर Erinome
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gv.erinome.net
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Erinome Godville UI+",
    "description": "__MSG_appDesc__",
    "author": "__MSG_author__",
    "default_locale": "ru",
    "version": "1.1.36.2",
    "homepage_url": "https:\/\/gv.erinome.net",
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "loader.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/godville.net\/*",
                "https:\/\/b.godville.net\/*",
                "https:\/\/godvillegame.com\/*",
                "https:\/\/gdvl.tk\/duels\/log\/*",
                "https:\/\/gv.erinome.net\/duels\/log\/*",
                "https:\/\/gvg.erinome.net\/duels\/log\/*",
                "https:\/\/gv.erinome.net\/reporter\/duels\/log\/*",
                "https:\/\/gvg.erinome.net\/reporter\/duels\/log\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "web_accessible_resources": [
        "common.css",
        "superhero.css",
        "forum.css",
        "options.css",
        "common.js",
        "omap.js",
        "superhero.js",
        "guip_chrome.js",
        "phrases_ru.js",
        "phrases_en.js",
        "options_page.js",
        "options.js",
        "forum.js",
        "timers.js",
        "log.js",
        "base64.min.js",
        "jsep.min.js",
        "pako_deflate.min.js",
        "Object.js",
        "eGUIp.otf",
        "images\/background.jpg",
        "images\/loader.gif",
        "images\/*.png",
        "icon64.png"
    ]
}