Pikachu-ify Plugin

Replace your boring Fb messenger wow reacts!!

What is Pikachu-ify Plugin?

Pikachu-ify Plugin is a Chrome extension developed by gs, and its main feature is "Replace your boring Fb messenger wow reacts!!".

Extension Screenshots

screenshot

Download Pikachu-ify Plugin Extension CRX File

Download Pikachu-ify Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This will replace all Facebook MESSENGER (both within facebook.com and messenger.com) wow reacts with pikachu wow reacts!                    

Extension Basic Information

Name Pikachu-ify Plugin Pikachu-ify Plugin
ID lomlihdbiifcgbdimkflkakpihdmolnc
Official URL https://chrome.google.com/webstore/detail/pikachu-ify-plugin/lomlihdbiifcgbdimkflkakpihdmolnc
Description Replace your boring Fb messenger wow reacts!!
File Size 118 KB
Installation Count 107
Current Version 1.3
Last Updated 2018-11-20
Publish Date 2018-11-20
Rating 3.40/5 Total 5 Ratings
Developer gs
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pikachu-ify Plugin",
    "description": "Replace your boring Fb messenger wow reacts!!",
    "version": "1.3",
    "browser_action": {
        "default_icon": "theicon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "theicon.png",
        "32": "theicon.png",
        "48": "theicon.png",
        "128": "theicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.messenger.com\/*"
            ],
            "js": [
                "onPage.js"
            ],
            "run_at": "document_end"
        }
    ]
}