Die2Nite Enhancer

Die2Nite Enhancer improves your game experience on Die2Nite.

Die2Nite Enhancerคืออะไร?

Die2Nite Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Die2Nite Enhancer improves your game experience on Die2Nite."

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

screenshot

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

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

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

                        D2NE will give you access to a lot of features:
- Enable numeric stat on the hero experience bar
- Highlight the AP border (from green to red) depending of the remaining AP
- Set the maximum number of AP for the constructions (instead of 1 by default)
- Possibility to mask the completed constructions
- Hide a lot of interface elements you may find superfluous
- And a lot more...

It also allows you to synchronise with some external tools (directly from the game interface):
- Dusk Dawn [EN]
- Map Viewer [EN]
- BigBroth'Hordes [FR]

Every feature or functionality is adjustable via the configuration panel.

D2NE also supports the French (Hordes), Spanish (Zombinoia) and Dutch (Die Verdammten) versions.

If you encounter any problem or have a suggestion, you can create an issue here: https://github.com/aymericbeaumet/die2nite_enhancer/issues

The source code is available on GitHub: https://github.com/aymericbeaumet/die2nite_enhancer                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Die2Nite Enhancer Die2Nite Enhancer
ID imkkdabijgkodinlhgncdfmghdcdacmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/die2nite-enhancer/imkkdabijgkodinlhgncdfmghdcdacmg
คำอธิบาย Die2Nite Enhancer improves your game experience on Die2Nite.
ขนาดไฟล์ 74.44 KB
จำนวนการติดตั้ง 353
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2016-05-27
วันที่เผยแพร่ 2016-05-27
คะแนน 4.77/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/aymericbeaumet/die2nite_enhancer/
URL หน้าช่วยเหลือ https://github.com/aymericbeaumet/die2nite_enhancer/issues
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Die2Nite Enhancer",
    "short_name": "D2NE",
    "version": "0.2.2",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "author": {
        "name": "Aymeric Beaumet ",
        "url": "http:\/\/beaumet.me"
    },
    "homepage_url": "https:\/\/github.com\/aymericbeaumet\/die2nite_enhancer\/",
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.die2nite.com\/*",
                "http:\/\/www.hordes.fr\/*",
                "http:\/\/www.zombinoia.com\/*",
                "http:\/\/www.dieverdammten.de\/*"
            ],
            "js": [
                "compiled.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/d2n.duskdawn.net\/*",
        "http:\/\/die2nite.gamerz.org.uk\/*",
        "http:\/\/bbh.fred26.fr\/*",
        "http:\/\/www.oeev-hordes.com\/*"
    ]
}