Google Hangouts Chat Purge
Deletes all your messages from the current chat in Google Hangouts chat
Vad är Google Hangouts Chat Purge?
Google Hangouts Chat Purge är en Chrome-tillägg utvecklad av EE, och dess huvudfunktion är "Deletes all your messages from the current chat in Google Hangouts chat".
Tilläggsskärmbilder
Ladda ner Google Hangouts Chat Purge-förlängningens CRX-fil
Ladda ner Google Hangouts Chat Purge-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Deletes all the messages from the user in the current chat (PURGE) or delete the last message (POP). Grundläggande Information om Tillägg
| Namn | |
| ID | lmocfpgniidnlabjhanjflbpchicghlj |
| Officiell webbadress | https://chromewebstore.google.com/detail/google-hangouts-chat-purg/lmocfpgniidnlabjhanjflbpchicghlj |
| Beskrivning | Deletes all your messages from the current chat in Google Hangouts chat |
| Filstorlek | 8.27 KB |
| Antal Installationer | 16 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2019-04-05 |
| Publiceringsdatum | 2019-04-05 |
| Utvecklare | EE |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |