Plumber Game - Runs Offline

Plumber is a logic puzzle game. The goal is to match all the water pipes in a short time to drain the water. 30 Cool Levels!

什么是Plumber Game - Runs Offline?

Plumber Game - Runs Offline是由https://magbei.com开发的Chrome扩展程序,该扩展的主要功能是“Plumber is a logic puzzle game. The goal is to match all the water pipes in a short time to drain the water. 30 Cool Levels!”。

扩展截图

screenshot
screenshot
screenshot

下载Plumber Game - Runs Offline扩展crx文件

下载Plumber Game - Runs Offline扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Plumber is a fun skill game. Here you have to use your mental skills and alertness to connect all the pipes in time. Therefore, it could also be educational.

PLUMBER GAME PLOT
Mario, a plumber who is used to fixing home plumbing, has been called in to fix several problems that the pipes of an old factory are having. After the professional has repaired one pipeline, a much bigger problem appears elsewhere in the plant. 

GAMEPLAY
You play as a plumber in this game, and you must repair all the water pipes before the factory floods. It's a race against time. There are 30 levels in the game, and the game becomes more challenging as you progress.

HOW TO PLAY THE PLUMBER GAME?
Playing the Plumber game is easy, but it requires attention and speed. Connect all the pipes and make sure they are facing the correct direction. If the timer runs out before you finish fixing the pipeline, you lose the game.

CONTROLS:
- From your computer: use the mouse to click the pipes.
- From any touchscreen device: use your finger to tap the pipes.

FEATURES
- 100% FREE
- Offline Game
- Fun And Easy To Play

Can you complete all the Plumber cards? Make us see your performance in the skill games. Play it now!                    

扩展基本信息

名称 Plumber Game - Runs Offline Plumber Game - Runs Offline
ID caamdacfajkajioniejppkcgjkphldkc
官方URL https://chromewebstore.google.com/detail/plumber-game-runs-offline/caamdacfajkajioniejppkcgjkphldkc
简介 Plumber is a logic puzzle game. The goal is to match all the water pipes in a short time to drain the water. 30 Cool Levels!
文件大小 6.51 MB
安装次数 57
当前版本 1.2
更新时间 2022-11-28
上架时间 2022-03-08
评分 5.00/5 共1次评分
开发者 https://magbei.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://magbei.com/plumber/
帮助页面URL https://magbei.com/contact/
隐私政策页面URL https://magbei.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Plumber Game - Runs Offline",
    "description": "Plumber is a logic puzzle game. The goal is to match all the water pipes in a short time to drain the water. 30 Cool Levels!",
    "version": "1.2",
    "homepage_url": "https:\/\/magbei.com\/plumber\/",
    "offline_enabled": true,
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/128.png",
        "default_title": "Plumber Game - Runs Offline",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "assets\/js\/inout.js"
    }
}