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
官方網址 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}