Google Hangouts Chat Purge

Deletes all your messages from the current chat in Google Hangouts chat

Google Hangouts Chat Purgeとは何ですか?

Google Hangouts Chat PurgeはEEによって開発されたChromeの拡張機能で、その主な機能は「Deletes all your messages from the current chat in Google Hangouts chat」です。

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

screenshot

Google Hangouts Chat Purge拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Deletes all the messages from the user in the current chat (PURGE) or delete the last message (POP).                    

拡張機能の基本情報

名前 Google Hangouts Chat Purge Google Hangouts Chat Purge
ID lmocfpgniidnlabjhanjflbpchicghlj
公式URL https://chromewebstore.google.com/detail/google-hangouts-chat-purg/lmocfpgniidnlabjhanjflbpchicghlj
説明 Deletes all your messages from the current chat in Google Hangouts chat
ファイルサイズ 8.27 KB
インストール数 16
現在のバージョン 1.0.2
最終更新日 2019-04-05
公開日 2019-04-05
開発者 EE
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Hangouts Chat Purge",
    "version": "1.0.2",
    "description": "Deletes all your messages from the current chat in Google Hangouts chat",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run-at": "document-end"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}