Hello Pikachu

Watch Pikachu run across your webpages!

Apa itu Hello Pikachu?

Hello Pikachu adalah ekstensi Chrome yang dikembangkan oleh Melvin's Ghost Co., dan fitur utamanya adalah "Watch Pikachu run across your webpages!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Hello Pikachu

Unduh file ekstensi Hello Pikachu dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hello Pikachu Hello Pikachu
ID ldijmkjogmclbfmjnodibjmknbhjfbkc
URL Resmi https://chrome.google.com/webstore/detail/hello-pikachu/ldijmkjogmclbfmjnodibjmknbhjfbkc
Deskripsi Watch Pikachu run across your webpages!
Ukuran File 243 KB
Jumlah Instalasi 2,000
Versi Saat Ini 1.5.1
Terakhir Diperbarui 2017-04-03
Tanggal Publikasi 2017-04-03
Penilaian 4.20/5 Total 41 Penilaian
Pengembang Melvin's Ghost Co.
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}