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”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}