Hello Pikachu

Watch Pikachu run across your webpages!

Wat is Hello Pikachu?

Hello Pikachu is een Chrome-extensie ontwikkeld door Melvin's Ghost Co., en de belangrijkste functie is "Watch Pikachu run across your webpages!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Hello Pikachu

Download Hello Pikachu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hello Pikachu Hello Pikachu
ID ldijmkjogmclbfmjnodibjmknbhjfbkc
Officiële URL https://chrome.google.com/webstore/detail/hello-pikachu/ldijmkjogmclbfmjnodibjmknbhjfbkc
Beschrijving Watch Pikachu run across your webpages!
Bestandsgrootte 243 KB
Aantal Installaties 2,000
Huidige Versie 1.5.1
Laatst Bijgewerkt 2017-04-03
Publicatiedatum 2017-04-03
Beoordeling 4.20/5 Totaal 41 Beoordelingen
Ontwikkelaar Melvin's Ghost Co.
Betalingswijze free
Ondersteunde Talen 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"
    ]
}