Google Hangouts Chat Purge
Deletes all your messages from the current chat in Google Hangouts chat
Hvad er Google Hangouts Chat Purge?
Google Hangouts Chat Purge er en Chrome-udvidelse udviklet af EE, og dens hovedfunktion er "Deletes all your messages from the current chat in Google Hangouts chat".
Udvidelsesskærmbilleder
Download Google Hangouts Chat Purge-udvidelses-CRX-fil
Download Google Hangouts Chat Purge-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Deletes all the messages from the user in the current chat (PURGE) or delete the last message (POP). Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lmocfpgniidnlabjhanjflbpchicghlj |
| Officiel URL | https://chromewebstore.google.com/detail/google-hangouts-chat-purg/lmocfpgniidnlabjhanjflbpchicghlj |
| Beskrivelse | Deletes all your messages from the current chat in Google Hangouts chat |
| Filstørrelse | 8.27 KB |
| Antal Installationer | 16 |
| Nuværende Version | 1.0.2 |
| Senest Opdateret | 2019-04-05 |
| Udgivelsesdato | 2019-04-05 |
| Udvikler | EE |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |