Google Hangouts Chat Purge

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

Cos'è Google Hangouts Chat Purge?

Google Hangouts Chat Purge è un'estensione di Chrome sviluppata da EE, e la sua funzione principale è "Deletes all your messages from the current chat in Google Hangouts chat".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Hangouts Chat Purge

Scarica i file di estensione Google Hangouts Chat Purge in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Google Hangouts Chat Purge Google Hangouts Chat Purge
ID lmocfpgniidnlabjhanjflbpchicghlj
URL Ufficiale https://chromewebstore.google.com/detail/google-hangouts-chat-purg/lmocfpgniidnlabjhanjflbpchicghlj
Descrizione Deletes all your messages from the current chat in Google Hangouts chat
Dimensione del File 8.27 KB
Conteggio Installazioni 16
Versione Corrente 1.0.2
Ultimo Aggiornamento 2019-04-05
Data di Pubblicazione 2019-04-05
Sviluppatore EE
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}