Pacman™ One Piece Edition

Pacman™ One Piece Edition for Google Chrome

Что такое Pacman™ One Piece Edition?

Pacman™ One Piece Edition - это расширение Chrome, разработанное lenacliffson, и его основная функция - "Pacman™ One Piece Edition for Google Chrome".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Pacman™ One Piece Edition

Скачайте файлы расширений 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"
}