Pin Messenger Convos

Allows users to pin specific Messenger conversations

Pin Messenger Convos là gì?

Pin Messenger Convos là một tiện ích mở rộng Chrome được phát triển bởi twongers, và tính năng chính của nó là "Allows users to pin specific Messenger conversations".

Ả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 Pin Messenger Convos

Tải xuống các tệp mở rộng Pin Messenger Convos 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

                        This extension is great for users who want to keep important people on the top of their conversation list at all times.

This extension DOES NOT store any personal data.                    

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

Tên Pin Messenger Convos Pin Messenger Convos
ID pephadpjcfijclnelhpcnnjialbkjbgd
URL Chính Thức https://chrome.google.com/webstore/detail/pin-messenger-convos/pephadpjcfijclnelhpcnnjialbkjbgd
Mô tả Allows users to pin specific Messenger conversations
Kích Thước Tệp 88.13 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-04-15
Ngày Phát Hành 2019-04-15
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển twongers
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pin Messenger Convos",
    "description": "Allows users to pin specific Messenger conversations",
    "version": "1.0",
    "icons": {
        "32": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "pin.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.messenger.com\/*"
            ],
            "css": [
                "pin-messenger.css"
            ],
            "js": [
                "jquery.js",
                "chrome.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}