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
官方網址 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"
    }
}