Disable Gmail Password Revealer
This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!
ما هو Disable Gmail Password Revealer؟
Disable Gmail Password Revealer هو إضافة Chrome تم تطويرها بواسطة Baghour، والميزة الرئيسية لها هي "This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Disable Gmail Password Revealer
قم بتنزيل ملفات الامتداد Disable Gmail Password Revealer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension hides the "eye symbol" in the right side of the gmail password input, which displays the typed or saved password in google chrome, so your password is never revealed by other users!
معلومات أساسية عن التمديد
الاسم | Disable Gmail Password Revealer |
ID | gbdlelamcdcepcgbbkhkooelkcfpkekg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/disable-gmail-password-re/gbdlelamcdcepcgbbkhkooelkcfpkekg |
الوصف | This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users! |
حجم الملف | 131 KB |
عدد التثبيتات | 241 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-06-25 |
تاريخ النشر | 2020-06-24 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Baghour |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Gmail Password Revealer", "version": "1.0", "description": "This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!", "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/*" ], "css": [ "main.css" ] } ], "icons": { "16": "img\/icn-16.png", "32": "img\/icn-32.png", "48": "img\/icn-48.png", "128": "img\/icn-128.png" }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icn-16.png", "32": "img\/icn-32.png", "48": "img\/icn-48.png", "128": "img\/icn-128.png" } }, "manifest_version": 2 } |