Hello Pikachu

Watch Pikachu run across your webpages!

¿Qué es Hello Pikachu?

Hello Pikachu es una extensión de Chrome desarrollada por Melvin's Ghost Co., y su función principal es "Watch Pikachu run across your webpages!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Hello Pikachu

Descarga archivos de extensión Hello Pikachu en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Hello Pikachu Hello Pikachu
ID ldijmkjogmclbfmjnodibjmknbhjfbkc
URL Oficial https://chrome.google.com/webstore/detail/hello-pikachu/ldijmkjogmclbfmjnodibjmknbhjfbkc
Descripción Watch Pikachu run across your webpages!
Tamaño del Archivo 243 KB
Cantidad de Instalaciones 2,000
Versión Actual 1.5.1
Última Actualización 2017-04-03
Fecha de Publicación 2017-04-03
Calificación 4.20/5 Total de 41 Calificaciones
Desarrollador Melvin's Ghost Co.
Tipo de Pago free
Idiomas Soportados 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"
    ]
}