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!

What is Plumber Game - Runs Offline?

Plumber Game - Runs Offline is a Chrome extension developed by https://magbei.com, and its main feature is "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!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Plumber Game - Runs Offline Extension CRX File

Download Plumber Game - Runs Offline extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Plumber Game - Runs Offline Plumber Game - Runs Offline
ID caamdacfajkajioniejppkcgjkphldkc
Official URL https://chromewebstore.google.com/detail/plumber-game-runs-offline/caamdacfajkajioniejppkcgjkphldkc
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!
File Size 6.51 MB
Installation Count 57
Current Version 1.2
Last Updated 2022-11-28
Publish Date 2022-03-08
Rating 5.00/5 Total 1 Ratings
Developer https://magbei.com
Email [email protected]
Payment Type free
Extension Website https://magbei.com/plumber/
Help Page URL https://magbei.com/contact/
Privacy Policy Page URL https://magbei.com/privacy-policy
Supported Languages 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"
    }
}