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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |