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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}