Pikachu-ify Plugin

Replace your boring Fb messenger wow reacts!!

什么是Pikachu-ify Plugin?

Pikachu-ify Plugin是由gs开发的Chrome扩展程序,该扩展的主要功能是“Replace your boring Fb messenger wow reacts!!”。

扩展截图

screenshot

下载Pikachu-ify Plugin扩展crx文件

下载Pikachu-ify Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Pikachu-ify Plugin Pikachu-ify Plugin
ID lomlihdbiifcgbdimkflkakpihdmolnc
官方URL https://chrome.google.com/webstore/detail/pikachu-ify-plugin/lomlihdbiifcgbdimkflkakpihdmolnc
简介 Replace your boring Fb messenger wow reacts!!
文件大小 118 KB
安装次数 107
当前版本 1.3
更新时间 2018-11-20
上架时间 2018-11-20
评分 3.40/5 共5次评分
开发者 gs
付费类型 free
支持的语言 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"
        }
    ]
}