Google Meet Plus - Remove Time
This extension will remove the 'Time' information at the top of banner in Google Meet
ما هو Google Meet Plus - Remove Time؟
Google Meet Plus - Remove Time هو إضافة Chrome تم تطويرها بواسطة hyzhang، والميزة الرئيسية لها هي "This extension will remove the 'Time' information at the top of banner in Google Meet".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Meet Plus - Remove Time
قم بتنزيل ملفات الامتداد Google Meet Plus - Remove Time بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Google Meet recently added a new feature to add a 'Time' information at the top of banner. For those people who don't want to see the 'Time' information, this extension will remove it. Update History: June. 8th 2020 - v0.92: Hotfix due to the recently Meet update
معلومات أساسية عن التمديد
الاسم | Google Meet Plus - Remove Time |
ID | fknpogbbjooljojbnaenjikhijjfhjkm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm |
الوصف | This extension will remove the 'Time' information at the top of banner in Google Meet |
حجم الملف | 37.48 KB |
عدد التثبيتات | 160 |
النسخة الحالية | 0.92 |
آخر تحديث | 2020-06-08 |
تاريخ النشر | 2020-06-08 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | hyzhang |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Plus - Remove Time", "description": "This extension will remove the 'Time' information at the top of banner in Google Meet", "version": "0.92", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "inject.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "removetime.js" ], "manifest_version": 2 } |