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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🎤🦆 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}