Change FB Messenger Notification Voice

Change facebook messenger notification voice by <3.

What is Change FB Messenger Notification Voice?

Change FB Messenger Notification Voice is a Chrome extension developed by Nat Lee, and its main feature is "Change facebook messenger notification voice by <3.".

Extension Screenshots

screenshot

Download Change FB Messenger Notification Voice Extension CRX File

Download Change FB Messenger Notification Voice 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

                        Poi!

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

Extension Basic Information

Name Change FB Messenger Notification Voice Change FB Messenger Notification Voice
ID gfgpnlogdlabglhbldbdadhpaplacjbo
Official URL https://chromewebstore.google.com/detail/change-fb-messenger-notif/gfgpnlogdlabglhbldbdadhpaplacjbo
Description Change facebook messenger notification voice by <3.
File Size 7.5 KB
Installation Count 12
Current Version 0.0.1
Last Updated 2019-01-27
Publish Date 2019-01-27
Developer Nat Lee
Email [email protected]
Payment Type free
Extension Website https://github.com/NatLee/FacebookMsgPoi
Help Page URL https://github.com/NatLee/FacebookMsgPoi/issues
Supported Languages 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"
        }
    ]
}