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文件

下載Pacman™ One Piece Edition擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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