Pacman™ One Piece Edition

Pacman™ One Piece Edition for Google Chrome

Co je Pacman™ One Piece Edition?

Pacman™ One Piece Edition je rozšíření Chrome vyvinuté lenacliffson, a jeho hlavní funkcí je „Pacman™ One Piece Edition for Google Chrome“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Pacman™ One Piece Edition

Stáhněte si soubory rozšíření Pacman™ One Piece Edition ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Pacman™ One Piece Edition Pacman™ One Piece Edition
ID oojhbbadkhdcgiclhhicikjgikfglhbh
Oficiální URL https://chromewebstore.google.com/detail/pacman-one-piece-edition/oojhbbadkhdcgiclhhicikjgikfglhbh
Popis Pacman™ One Piece Edition for Google Chrome
Velikost souboru 1.92 MB
Počet instalací 129
Aktuální Verze 0.0.1
Poslední Aktualizace 2023-10-12
Datum Vydání 2023-10-12
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář lenacliffson
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://chromedeveloper.com/
URL Stránky Nápovědy https://chromedeveloper.com/
URL Stránky Zásad Ochrany Soukromí https://www.chromedeveloper.com/privacy-policy
Podporované Jazyky 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"
}