Pacman™ One Piece Edition

Pacman™ One Piece Edition for Google Chrome

Cos'è Pacman™ One Piece Edition?

Pacman™ One Piece Edition è un'estensione di Chrome sviluppata da lenacliffson, e la sua funzione principale è "Pacman™ One Piece Edition for Google Chrome".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Pacman™ One Piece Edition

Scarica i file di estensione Pacman™ One Piece Edition in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Pacman™ One Piece Edition Pacman™ One Piece Edition
ID oojhbbadkhdcgiclhhicikjgikfglhbh
URL Ufficiale https://chromewebstore.google.com/detail/pacman-one-piece-edition/oojhbbadkhdcgiclhhicikjgikfglhbh
Descrizione Pacman™ One Piece Edition for Google Chrome
Dimensione del File 1.92 MB
Conteggio Installazioni 129
Versione Corrente 0.0.1
Ultimo Aggiornamento 2023-10-12
Data di Pubblicazione 2023-10-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore lenacliffson
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://chromedeveloper.com/
URL della Pagina di Aiuto https://chromedeveloper.com/
URL della Pagina della Politica sulla Privacy https://www.chromedeveloper.com/privacy-policy
Lingue Supportate 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"
}