Monkey Mart Unblocked
Monkey Mart Unblocked Game for Chrome to play offline
Monkey Mart Unblocked là gì?
Monkey Mart Unblocked là một tiện ích mở rộng Chrome được phát triển bởi Monkey Mart, và tính năng chính của nó là "Monkey Mart Unblocked Game for Chrome to play offline".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Monkey Mart Unblocked
Tải xuống các tệp mở rộng Monkey Mart Unblocked dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Welcome to the delightful world of Monkey Mart Unblocked, an engaging idle and management game designed for your Chrome browser. Step into the shoes of a charming monkey character and take charge of your very own supermarket adventure. In this captivating game, you'll be responsible for a bustling supermarket, overseeing every aspect of its operation. Your mission? To cultivate fruits, harvest fresh produce, and seamlessly move between different stations to stock the shelves with a delightful assortment of food items. As you navigate this immersive experience, you'll have the chance to sell a wide variety of goods to your eager customers. From the ever-popular bananas and corn to essential eggs, wholesome peanuts, aromatic coffee beans, rich chocolate, and hearty wheat – your supermarket will offer an enticing array of products to cater to every taste. By installing the Chrome extension, you can dive into the world of Monkey Mart even when your internet connection isn't available, ensuring that the excitement never has to stop. Embrace the role of a savvy supermarket owner and manager. Nurture your market's growth, curate a selection of high-quality products, and satisfy the diverse needs of your virtual customers. With adorable graphics and engaging gameplay, Monkey Mart Unblocked offers a rewarding experience for players of all ages. Ready to embark on a rewarding journey of supermarket management? Prepare to immerse yourself in a world of strategic decision-making, delightful interactions, and the joy of building your very own thriving Monkey Mart. Play online or offline with the Chrome extension – the choice is yours. Let's get ready to make Monkey Mart the go-to shopping destination for both virtual customers and enthusiastic players alike!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Monkey Mart Unblocked |
ID | nfakapfgfjieigijbbpgleacdfcdddeo |
URL Chính Thức | https://chromewebstore.google.com/detail/monkey-mart-unblocked/nfakapfgfjieigijbbpgleacdfcdddeo |
Mô tả | Monkey Mart Unblocked Game for Chrome to play offline |
Kích Thước Tệp | 4.78 MB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2023-08-30 |
Ngày Phát Hành | 2023-08-30 |
Đánh Giá | 3.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Monkey Mart |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/browserextensionprivacypolicy?ref=1 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "description": "Monkey Mart Unblocked Game for Chrome to play offline", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "128.png", "default_title": "Monkey Mart Unblocked" }, "icons": { "128": "128.png" }, "background": { "service_worker": "service_worker.js" }, "name": "Monkey Mart Unblocked", "manifest_version": 3, "host_permissions": [ "https:\/\/*\/*" ], "permissions": [ "storage", "alarms" ], "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'; child-src 'self'; worker-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'" }, "sandbox": { "pages": [ "monkey-mart\/index.html" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "monkey-mart\/content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "monkey-mart\/*" ], "matches": [ "https:\/\/*\/*" ] } ], "version": "1.0.5" } |