Pikachu-ify Plugin

Replace your boring Fb messenger wow reacts!!

Pikachu-ify Pluginคืออะไร?

Pikachu-ify Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gs และคุณลักษณะหลักของมันคือ "Replace your boring Fb messenger wow reacts!!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pikachu-ify Plugin

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}