Hello Pikachu

Watch Pikachu run across your webpages!

Cos'è Hello Pikachu?

Hello Pikachu è un'estensione di Chrome sviluppata da Melvin's Ghost Co., e la sua funzione principale è "Watch Pikachu run across your webpages!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Hello Pikachu

Scarica i file di estensione Hello Pikachu 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

                        Everyone's favorite Pokemon says hello by running across your Chrome browser from time to time. He doesn't come out all the time, so be patient! You can adjust how often Pikachu appears and set his pace as fast or slow.

Please note that Pikachu may not appear immediately once you've installed the extension, as it will not run in the Chrome Web Store and Pikachu appears by chance. To see him right away, open a different page and refresh it a few times.                    

Informazioni di Base sull'Estensione

Nome Hello Pikachu Hello Pikachu
ID ldijmkjogmclbfmjnodibjmknbhjfbkc
URL Ufficiale https://chrome.google.com/webstore/detail/hello-pikachu/ldijmkjogmclbfmjnodibjmknbhjfbkc
Descrizione Watch Pikachu run across your webpages!
Dimensione del File 243 KB
Conteggio Installazioni 2,000
Versione Corrente 1.5.1
Ultimo Aggiornamento 2017-04-03
Data di Pubblicazione 2017-04-03
Valutazione 4.20/5 Totale 41 Valutazioni
Sviluppatore Melvin's Ghost Co.
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hello Pikachu",
    "version": "1.5.1",
    "description": "Watch Pikachu run across your webpages!",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/spritesheet.png"
    ]
}