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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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 } |