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
Bro-Mon 🐾 Browser Monsters - Web Surf Gameとは何ですか?
Bro-Mon 🐾 Browser Monsters - Web Surf Gameはhttps://sweezy-cursors.comによって開発されたChromeの拡張機能で、その主な機能は「Join Bro-Mon game for epic web fun! Catch wild monsters while surfing the web on your browser. #SurfAndSnatch」です。
拡張機能のスクリーンショット
Bro-Mon 🐾 Browser Monsters - Web Surf Game拡張機能のCRXファイルをダウンロード
Bro-Mon 🐾 Browser Monsters - Web Surf Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🎤🦆 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 🖐️ 🟨🟨 🤚 🟨🟨 🟨🟨 🦵 🦵
拡張機能の基本情報
名前 | Bro-Mon 🐾 Browser Monsters - Web Surf Game |
ID | oedkbkpngfmjfbmmmijkogojlcddmcgf |
公式URL | https://chromewebstore.google.com/detail/bro-mon-%F0%9F%90%BE-browser-monste/oedkbkpngfmjfbmmmijkogojlcddmcgf |
説明 | Join Bro-Mon game for epic web fun! Catch wild monsters while surfing the web on your browser. #SurfAndSnatch |
ファイルサイズ | 2.66 MB |
インストール数 | 2,000 |
現在のバージョン | 1.0.0 |
最終更新日 | 2024-02-21 |
公開日 | 2024-02-21 |
評価 | 4.58/5 合計 12 レビュー |
開発者 | https://sweezy-cursors.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sweezy-cursors.com/privacy-policy |
対応言語 | 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": [ "*:\/\/*\/*" ] } ] } |