Hello Pikachu

Watch Pikachu run across your webpages!

Vad är Hello Pikachu?

Hello Pikachu är en Chrome-tillägg utvecklad av Melvin's Ghost Co., och dess huvudfunktion är "Watch Pikachu run across your webpages!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Hello Pikachu-förlängningens CRX-fil

Ladda ner Hello Pikachu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Hello Pikachu Hello Pikachu
ID ldijmkjogmclbfmjnodibjmknbhjfbkc
Officiell webbadress https://chrome.google.com/webstore/detail/hello-pikachu/ldijmkjogmclbfmjnodibjmknbhjfbkc
Beskrivning Watch Pikachu run across your webpages!
Filstorlek 243 KB
Antal Installationer 2,000
Aktuell Version 1.5.1
Senast Uppdaterad 2017-04-03
Publiceringsdatum 2017-04-03
Betyg 4.20/5 Totalt 41 Betyg
Utvecklare Melvin's Ghost Co.
Betalningssätt free
Stödda Språk 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"
    ]
}