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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Deletes all your messages from the current chat in Google Hangouts chat"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Hangouts Chat Purge एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |