DB Custom Card Frames+

A custom card tool for DB.

O que é DB Custom Card Frames+?

DB Custom Card Frames+ é uma extensão do Chrome desenvolvida por anteikumio, e sua principal característica é "A custom card tool for DB.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão DB Custom Card Frames+

Baixe arquivos de extensão DB Custom Card Frames+ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        An add-on extension to pair with Eyal282's Duelingbook Extension "Dueling Book Unlock" (Requires Unlock version 9.3 or later.)
https://chrome.google.com/webstore/detail/dueling-book-unlock/ledilndbpllicfccmdhblnfbodkndjnl

As of 2.0.0, this extension now lets you import your cards as pngs to Duelingbook AT FULL SIZE. The method for this is explained below. Please be responsible with what you upload.

NEW METHOD (compatible with DB Unlock 8.0.+ ONLY:
- Upload a full card png as the image of a monster, spell or trap on Duelingbook using the "Browse Image" option(Pendulum tickbox is unneeded for this but should be harmless if ticked). The image must include the card in its entirety, including the card border, frame, effect box etc.
- Go to the end of your custom card's effect on Duelingbook's card maker and hit enter to start a new line.
- Type "This is a custom card." and save the card.

If you did everything correctly, the image will have expanded back to its original size and will cover the entire card, not just the art square.

LEGACY METHOD:
This part of the add-on is a simpler process gives players the ability to customise their custom cards with custom frames, colors, and attributes contributed to this extension by myself and a few others from the Yugioh community! A list of the phrases you can use is in your card effects to use these particular custom assets is below. Do NOT try to use multiple frames at the same time, it won't work. Same advice also applies to custom attributes if more than the one mentioned are added.

Frames:
- "This card is a POSITIVE Circuit Monster."
(You can swap "Positive" for "NEGATIVE" or CONNECT")
- "This card is a Dark Synchro Monster"
- "This card is an Evolve Monster."
- "This card is a Switch Monster."
- "This card is a Token."

Attributes:
- "DREAM-Attribute."

ADDITIONAL FEATURES:
These are features of the extension that are inherent and require no key phrase to activate.
- All Gemini Monsters now have a unique frame that combines elements of both Normal AND Effect Monsters
- The Egyptian God cards now have colors unique to them, just like the anime.
- You can give monsters custom types by adding the sentence "This card is Something-type" to your card's text.

Big thanks to Eyal for the Unlock extension AND for helping me create this add-on extension, and to Kyrie Devles for creative input and encouragement. 

If any issues crop up, please let me know so I can fix them in a later update.

VERSION HISTORY:
1.1 - Added Circuit Monsters.
1.2 - Added Dark Synchro Monsters
1.2.1 - Various bug fixes, better compatibility with newest DB Unlock version.
2.0.0 - New and improved method of custom card upload. Bug fixes.
2.0.1 - Bug fix for new Duelingbook update that prevented the full-art command from functioning correctly.
2.1.0 - Added custom types feature.
2.1.1 - Various bug fixes.                    

Informações Básicas da Extensão

Nome DB Custom Card Frames+ DB Custom Card Frames+
ID binbkhfgnlfhbkmagbkiimplmlhojkfg
URL Oficial https://chromewebstore.google.com/detail/db-custom-card-frames+/binbkhfgnlfhbkmagbkiimplmlhojkfg
Descrição A custom card tool for DB.
Tamanho do Arquivo 29.47 KB
Contagem de Instalações 45
Versão Atual 2.1.1
Última Atualização 2023-08-23
Data de Publicação 2023-07-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor anteikumio
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DB Custom Card Frames+",
    "manifest_version": 3,
    "version": "2.1.1",
    "description": "A custom card tool for DB.",
    "permissions": [
        "tabs",
        "scripting",
        "webNavigation"
    ],
    "action": {
        "default_title": "Settings",
        "default_icon": "icon.png"
    },
    "host_permissions": [
        "*:\/\/*.duelingbook.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    }
}