Pacman™ One Piece Edition

Pacman™ One Piece Edition for Google Chrome

Pacman™ One Piece Edition란 무엇입니까?

Pacman™ One Piece Edition은(는) lenacliffson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pacman™ One Piece Edition for Google Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Pacman™ One Piece Edition 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The legendary game Pacman is now on Google Chrome. Pacman, which you can easily access and play while Googl Browser.

Moreover, this pacman is not the pacman you know!

We combined the OnePiece series, one of the famous anime and TV series, with Pacman.

Pacman is now Monkey D Luffy!

Onepiece's gum man, Monkey D Luffy, has become Pacman and is fighting an incredible battle against 4 angry monsters. Help him, collect fruits and meat and earn more points!                    

확장 프로그램 기본 정보

이름 Pacman™ One Piece Edition Pacman™ One Piece Edition
ID oojhbbadkhdcgiclhhicikjgikfglhbh
공식 URL https://chromewebstore.google.com/detail/pacman-one-piece-edition/oojhbbadkhdcgiclhhicikjgikfglhbh
설명 Pacman™ One Piece Edition for Google Chrome
파일 크기 1.92 MB
설치 횟수 129
현재 버전 0.0.1
최근 업데이트 2023-10-12
출시 날짜 2023-10-12
평점 5.00/5 총 1 개의 평점
개발자 lenacliffson
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://chromedeveloper.com/
도움말 페이지 URL https://chromedeveloper.com/
개인정보 보호 정책 페이지 URL https://www.chromedeveloper.com/privacy-policy
지원되는 언어 en,en-GB,en-US
manifest.json
{
    "action": {
        "default_icon": {
            "16": "assets\/images\/logo16.png",
            "48": "assets\/images\/logo48.png",
            "128": "assets\/images\/logo128.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "commands": {
        "_execute_action": []
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    },
    "default_locale": "en_US",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "assets\/images\/logo128.png",
        "16": "assets\/images\/logo16.png",
        "48": "assets\/images\/logo48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "Pacman One Piece Edition",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}