Bro-Mon 🐾 Browser Monsters - Web Surf Game
Join Bro-Mon game for epic web fun! Catch wild monsters while surfing the web on your browser. #SurfAndSnatch
O que é Bro-Mon 🐾 Browser Monsters - Web Surf Game?
Bro-Mon 🐾 Browser Monsters - Web Surf Game é uma extensão do Chrome desenvolvida por https://sweezy-cursors.com, e sua principal característica é "Join Bro-Mon game for epic web fun! Catch wild monsters while surfing the web on your browser. #SurfAndSnatch".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bro-Mon 🐾 Browser Monsters - Web Surf Game
Baixe arquivos de extensão Bro-Mon 🐾 Browser Monsters - Web Surf Game 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
🎤🦆 Welcome to the Ultimate Bro-Mon Game Adventure! 🎮 👉 Ready for a browsing experience like no other? Dive into the world of Bro-Mon, where your web journey transforms into an epic monster-hunting quest. 🌐 👾 Spot new monsters while surfing the web on your favorite sites. They'll pop up randomly, trying to escape your grasp. Your mission? Click fast, engage in battles, and become the ultimate Bro-Mon master! 💪 -ˋˏ✄┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ 🚀 Here's how it works: 1. 👋 Welcome Page: Start your journey by catching your first bro-mon on the Welcome Page. Get ready to unleash the fun! 2. 🌐 Surf as Usual: Browse the internet as you normally would. But beware, new monsters lurk around the web, waiting for your challenge. 3. ⚔️ Catch and Battle: Click on the sneaky monsters to engage in epic battles. Prove your skills and defeat them! 4. 📦 Grow Your Collection: Victorious? Add the new monsters to your collection. They're not just creatures; they're your companions in this grand adventure! -ˋˏ✄┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ 🎮 Bro-Mon offers a fresh and cool twist to your browsing routine. Explore sites, enjoy cute monsters, and collect the best bros in town. 🌈 🌐 So, don't miss out on the trend! Elevate your user experience with this super fun browser extension. It's not just a game; it's a journey. 🚀 🔥 Install Bro-Mon now and embark on the battle of the browsing century. Your monster crew awaits! 🔥 🎩 👂 👁️ 👄👁️ 👂 🗯️Come and get me 🖐️ 🟨🟨 🤚 🟨🟨 🟨🟨 🦵 🦵
Informações Básicas da Extensão
Nome | Bro-Mon 🐾 Browser Monsters - Web Surf Game |
ID | oedkbkpngfmjfbmmmijkogojlcddmcgf |
URL Oficial | https://chromewebstore.google.com/detail/bro-mon-%F0%9F%90%BE-browser-monste/oedkbkpngfmjfbmmmijkogojlcddmcgf |
Descrição | Join Bro-Mon game for epic web fun! Catch wild monsters while surfing the web on your browser. #SurfAndSnatch |
Tamanho do Arquivo | 2.66 MB |
Contagem de Instalações | 2,000 |
Versão Atual | 1.0.0 |
Última Atualização | 2024-02-21 |
Data de Publicação | 2024-02-21 |
Classificação | 4.58/5 Total de 12 Avaliações |
Desenvolvedor | https://sweezy-cursors.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://sweezy-cursors.com/privacy-policy |
Idiomas Suportados | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.0", "manifest_version": 3, "icons": { "128": ".\/assets\/manifest_icons\/icon128.png" }, "background": { "service_worker": ".\/background.js" }, "content_scripts": [ { "js": [ ".\/content_script.js" ], "css": [ ".\/content_script.css" ], "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "default_locale": "en", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "assets\/images\/*" ], "matches": [ "*:\/\/*\/*" ] } ] } |