Google Hangouts Chat Purge
Deletes all your messages from the current chat in Google Hangouts chat
What is Google Hangouts Chat Purge?
Google Hangouts Chat Purge is a Chrome extension developed by EE, and its main feature is "Deletes all your messages from the current chat in Google Hangouts chat".
Extension Screenshots
Download Google Hangouts Chat Purge Extension CRX File
Download Google Hangouts Chat Purge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Deletes all the messages from the user in the current chat (PURGE) or delete the last message (POP).
Extension Basic Information
Name | Google Hangouts Chat Purge |
ID | lmocfpgniidnlabjhanjflbpchicghlj |
Official URL | https://chromewebstore.google.com/detail/google-hangouts-chat-purg/lmocfpgniidnlabjhanjflbpchicghlj |
Description | Deletes all your messages from the current chat in Google Hangouts chat |
File Size | 8.27 KB |
Installation Count | 16 |
Current Version | 1.0.2 |
Last Updated | 2019-04-05 |
Publish Date | 2019-04-05 |
Developer | EE |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |