Change FB Messenger Notification Voice

Change facebook messenger notification voice by <3.

Change FB Messenger Notification Voice là gì?

Change FB Messenger Notification Voice là một tiện ích mở rộng Chrome được phát triển bởi Nat Lee, và tính năng chính của nó là "Change facebook messenger notification voice by <3.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Change FB Messenger Notification Voice

Tải xuống các tệp mở rộng Change FB Messenger Notification Voice dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Poi!

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Change FB Messenger Notification Voice Change FB Messenger Notification Voice
ID gfgpnlogdlabglhbldbdadhpaplacjbo
URL Chính Thức https://chromewebstore.google.com/detail/change-fb-messenger-notif/gfgpnlogdlabglhbldbdadhpaplacjbo
Mô tả Change facebook messenger notification voice by <3.
Kích Thước Tệp 7.5 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-01-27
Ngày Phát Hành 2019-01-27
Nhà Phát Triển Nat Lee
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/NatLee/FacebookMsgPoi
URL Trang Trợ Giúp https://github.com/NatLee/FacebookMsgPoi/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}