Hello Pikachu

Watch Pikachu run across your webpages!

Was ist Hello Pikachu?

Hello Pikachu ist eine Chrome-Erweiterung, die von Melvin's Ghost Co. entwickelt wurde, und ihr Hauptmerkmal ist "Watch Pikachu run across your webpages!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Hello Pikachu-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hello Pikachu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hello Pikachu Hello Pikachu
ID ldijmkjogmclbfmjnodibjmknbhjfbkc
Offizielle URL https://chrome.google.com/webstore/detail/hello-pikachu/ldijmkjogmclbfmjnodibjmknbhjfbkc
Beschreibung Watch Pikachu run across your webpages!
Dateigröße 243 KB
Installationsanzahl 2,000
Aktuelle Version 1.5.1
Letztes Update 2017-04-03
Veröffentlichungsdatum 2017-04-03
Bewertung 4.20/5 Insgesamt 41 Bewertungen
Entwickler Melvin's Ghost Co.
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}