Change FB Messenger Notification Voice

Change facebook messenger notification voice by <3.

Change FB Messenger Notification Voiceคืออะไร?

Change FB Messenger Notification Voice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nat Lee และคุณลักษณะหลักของมันคือ "Change facebook messenger notification voice by <3."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change FB Messenger Notification Voice

ดาวน์โหลดไฟล์ส่วนขยาย Change FB Messenger Notification Voice ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Poi!

Github site: https://github.com/NatLee/FacebookMsgPoi                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Change FB Messenger Notification Voice Change FB Messenger Notification Voice
ID gfgpnlogdlabglhbldbdadhpaplacjbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/change-fb-messenger-notif/gfgpnlogdlabglhbldbdadhpaplacjbo
คำอธิบาย Change facebook messenger notification voice by <3.
ขนาดไฟล์ 7.5 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2019-01-27
วันที่เผยแพร่ 2019-01-27
ผู้พัฒนา Nat Lee
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/NatLee/FacebookMsgPoi
URL หน้าช่วยเหลือ https://github.com/NatLee/FacebookMsgPoi/issues
ภาษาที่รองรับ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Change FB Messenger Notification Voice",
    "description": "Change facebook messenger notification voice by <3.",
    "version": "0.0.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Change FB Messenger Notification Voice",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "voice.js"
            ],
            "run_at": "document_end"
        }
    ]
}