DuelingBookEnhanced

A Chrome extension to bring QOL additions to DuelingBook.com

ما هو DuelingBookEnhanced؟

DuelingBookEnhanced هو إضافة Chrome تم تطويرها بواسطة duelingbookenhanced، والميزة الرئيسية لها هي "A Chrome extension to bring QOL additions to DuelingBook.com".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة DuelingBookEnhanced

قم بتنزيل ملفات الامتداد DuelingBookEnhanced بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Enhance Your DuelingBook Experience with Dueling Book Enhanced!

Get ready to elevate your duels to an unprecedented level of efficiency and style with Dueling Book Enhanced, the ultimate tool for every enthusiastic Duelist out there! Say goodbye to the monotony of clicking and embrace a world where every action is at the tip of your fingers, transformed into simple keystrokes designed for quick play and seamless navigation.

Why Dueling Book Enhanced?

Complete Customization: Tailor your DuelingBook interface with fully customizable hotkeys.
Dark Mode: Give your eyes a break with a sleek dark mode.
Skip Intro: Jump straight into action by bypassing the intro movie.
AutoConnect Feature: Save precious seconds with automatic connections to the main menu.
Introducing Hotkeys Like Never Before:

Mill cards with a single press.
Add or subtract Life Points effortlessly.
Activate, summon, or set cards in a blink.
All with simple, intuitive hotkeys that make your game play as fast as your thoughts.
Demo and Features in Action:

Experience our quick-function keys and learn how to use the extension with our comprehensive guide.
From viewing your graveyard or deck to declaring a card, everything is streamlined.

Simple to Use:

Load up the extension.
Customize settings via the handy popup.
Enjoy a superior DuelingBook experience.
Installation is a Breeze:
While we await our store debut, join our Discord community for beta access and install it directly from there. Detailed instructions included for a quick setup!

Compatible With Your Favorite Browser:

Perfectly crafted for Chrome users, with planned expansions for Safari and Firefox.
Stay Tuned for More:

Regular updates and feature enhancements to come. Stay ahead of the game with Dueling Book Enhanced!

Join Our Community:
Engage with fellow Duelists and get the latest updates on Discord: Join us here: https://discord.gg/hYMGQpNRbb

User-Friendly License:
Dueling Book Enhanced is proud to be under the MIT License, ensuring accessibility and transparency.

Play Responsibly:
Remember to use Dueling Book Enhanced in accordance with the official terms and respect all copyrights.

Ready to Transform Your Game?

Install Dueling Book Enhanced today and unleash the true potential of your DuelingBook experience!                    

معلومات أساسية عن التمديد

الاسم DuelingBookEnhanced DuelingBookEnhanced
ID hccoembadcmbnmldjjiijababfoppcel
عنوان URL الرسمي https://chromewebstore.google.com/detail/duelingbookenhanced/hccoembadcmbnmldjjiijababfoppcel
الوصف A Chrome extension to bring QOL additions to DuelingBook.com
حجم الملف 160 KB
عدد التثبيتات 230
النسخة الحالية 0.2.2
آخر تحديث 2023-11-17
تاريخ النشر 2023-11-08
تقييم 5.00/5 مجموع تقييمات 5
المطور duelingbookenhanced
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://discord.gg/hYMGQpNRbb
عنوان صفحة المساعدة https://discord.gg/hYMGQpNRbb
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DuelingBookEnhanced",
    "description": "A Chrome extension to bring QOL additions to DuelingBook.com",
    "version": "0.2.2",
    "options_ui": {
        "page": "FullOptions.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "Popup.html"
    },
    "icons": {
        "32": "dbe_logo_32.png",
        "64": "dbe_logo_64.png",
        "128": "dbe_logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.duelingbook.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js",
                "js\/components\/Button.js"
            ],
            "css": [
                "css\/dark-mode.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/www.DuelingBook.com\/html5"
    ]
}