Google Hangouts Chat Purge
Deletes all your messages from the current chat in Google Hangouts chat
Google Hangouts Chat Purgeคืออะไร?
Google Hangouts Chat Purge เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EE และคุณลักษณะหลักของมันคือ "Deletes all your messages from the current chat in Google Hangouts chat"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Hangouts Chat Purge
ดาวน์โหลดไฟล์ส่วนขยาย Google Hangouts Chat Purge ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |