Pin Messenger Convos

Allows users to pin specific Messenger conversations

Pin Messenger Convosとは何ですか?

Pin Messenger Convosはtwongersによって開発されたChromeの拡張機能で、その主な機能は「Allows users to pin specific Messenger conversations」です。

拡張機能のスクリーンショット

screenshot

Pin Messenger Convos拡張機能のCRXファイルをダウンロード

Pin Messenger Convos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Pin Messenger Convos Pin Messenger Convos
ID pephadpjcfijclnelhpcnnjialbkjbgd
公式URL https://chrome.google.com/webstore/detail/pin-messenger-convos/pephadpjcfijclnelhpcnnjialbkjbgd
説明 Allows users to pin specific Messenger conversations
ファイルサイズ 88.13 KB
インストール数 83
現在のバージョン 1.0
最終更新日 2019-04-15
公開日 2019-04-15
評価 3.00/5 合計 1 レビュー
開発者 twongers
Eメール [email protected]
支払い方法 free
対応言語 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
}