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
Eメール [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"
    }
}