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