Dragon Ball Z: Supersonic Warriors - Online

🥊Dragon Ball Z Supersonic Warriors 2 for Chrome: Diverse game modes, epic battles!

O que é Dragon Ball Z: Supersonic Warriors - Online?

Dragon Ball Z: Supersonic Warriors - Online é uma extensão do Chrome desenvolvida por BlueApps.inc, e sua principal característica é "🥊Dragon Ball Z Supersonic Warriors 2 for Chrome: Diverse game modes, epic battles!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dragon Ball Z: Supersonic Warriors - Online

Baixe arquivos de extensão Dragon Ball Z: Supersonic Warriors - Online 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

                        🚀 Dragon Ball Z Supersonic Warriors 2 - The Ultimate Chrome Extension for 2D Fighting Game! 🥋

Get ready to unleash your inner warrior in this exciting 2D fighting game 🥊! As a dedicated Dragon Ball Z fan, you'll be thrilled to immerse yourself in an epic world of battles and strategies. Create your dream team with three fighters and prepare for battles like never before!

🐉 Features to Enhance Your Game 🌟:
🔥 Various Game Modes: Choose from multiple game modes, including Z Battle, Story, Vs Battle, Maximum, Free Battle, and Practice Mode. Each mode offers unique challenges and rewards! 🎮
🏆 Z Battle Mode: Build your dream team and engage in exciting tournament-style battles! Exciting surprises await those who complete it for the first time! 🌠
📖 Story Mode: Experience the Dragon Ball Z saga like never before! Play as 15 iconic characters and journey through original scenarios and "what-if" scenarios. Discover hidden objectives to unlock additional levels and strengthen your character roster! 📚
👥 Vs Battle Mode: Challenge your friends or AI-controlled opponents in thrilling one-on-one battles! Gather your friends and compete using a Nintendo DS/Lite and additional game copies! 🎯
🔥 Maximum Mode: Unlock this challenging mode after conquering Z Battle. Gain more Dragon Power and access stronger fighters for your team! Get ready for ultimate battles, including the legendary Majin Vegeta! ⚡
💥 Free Battle Mode: Enjoy stress-free battles with your chosen team! Perfect for honing your skills or having a great time with friends! 🤩
🎓 Practice Mode: Master your fighter's moves with Training and Tutorial sub-modes. Demonstrate your skills and unlock a special surprise! 🎁

🎮 Master the Controls:
A Button: Unleash a Weak Energy Blast 💥
B Button: Block and Defend 🛡️
Y Button: Execute Light Punch/Kick 👊
X Button: Deliver Heavy Punch/Kick 🥋
R Button: Gather Energy for Super Attacks 🌀
L Button: Activate Special Powers and Transformations ✨
A+X Button: Unleash Devastating Super Attacks 🔮
B+Y Button: Grab and Throw Your Opponent 🤼
B+R Button: Create an Energy Barrier for Invincibility 🌟
R+A Button: Fire a Powerful Energy Blast for Maximum Impact 🔥
Touch Screen: Summon Characters and Launch Team Attacks 📱

🌌 New Features to Enhance Your Experience:
Witness In-Game Transformations that can change the course of the battle 🐲
Face Energy Clashes that add excitement to your fights ⚔️
Immerse yourself in 3D backgrounds for a more dynamic combat experience 🌆
Learn New Techniques and execute devastating Team Attacks 💣
Navigate through the Story with ease and unlock hidden content 🗺️
Achieve the Ultimate K.O. and reign supreme in the arena! 🏆

🔗 Ready to take on the challenge? Download Supersonic Warriors 2 and embark on a legendary adventure through the Dragon Ball Z universe. Equip your team with new abilities, discover secret scenarios, and engage in epic battles that will test your skills to the max! Get ready to dominate the arena of combat!

⚡ Don't miss this epic journey! Install Supersonic Warriors 2 right now! ⚡                    

Informações Básicas da Extensão

Nome Dragon Ball Z: Supersonic Warriors - Online Dragon Ball Z: Supersonic Warriors - Online
ID igimeifkcphipdmghajjinddkfinceeg
URL Oficial https://chromewebstore.google.com/detail/dragon-ball-z-supersonic/igimeifkcphipdmghajjinddkfinceeg
Descrição 🥊Dragon Ball Z Supersonic Warriors 2 for Chrome: Diverse game modes, epic battles!
Tamanho do Arquivo 146 KB
Contagem de Instalações 612
Versão Atual 1.0.4
Última Atualização 2024-01-15
Data de Publicação 2023-10-17
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor BlueApps.inc
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://devfunny.com/
Idiomas Suportados id,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,it,lt,pt-BR,pt-PT,sv,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.4",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.emulatorjs.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/start.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "activeTab",
        "background",
        "scripting",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ]
}