Show Password - Most Secure Password Viewer
Right click on password box & easily toggle dots to text. No permission abuse. No sneaky tracking code. No 3rd-party script
Show Password - Most Secure Password Viewerคืออะไร?
Show Password - Most Secure Password Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andre และคุณลักษณะหลักของมันคือ "Right click on password box & easily toggle dots to text. No permission abuse. No sneaky tracking code. No 3rd-party script"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show Password - Most Secure Password Viewer
ดาวน์โหลดไฟล์ส่วนขยาย Show Password - Most Secure Password Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
✅ Manifest V3 enabled Your privacy matters. We respect your own data and never ask for unnecessary permissions. No tracking code or no 3rd-party script injected. How to use: In most cases ( ~98% ), just right click on password box and choose "Show / Hide Password", the password will be revealed in plain text mode. Choose again it will be switched back to password mode. In rare cases ( ~2% ), after clicking "Show / Hide Password" menu item, the login iframe will be opened in a new tab. Then right click on password box again to view password. That's because there is an embedded
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Show Password - Most Secure Password Viewer |
ID | agkfchaoihjmeleppjalfedmnjpefjma |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/show-password-most-secure/agkfchaoihjmeleppjalfedmnjpefjma |
คำอธิบาย | Right click on password box & easily toggle dots to text. No permission abuse. No sneaky tracking code. No 3rd-party script |
ขนาดไฟล์ | 37.45 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2024-01-11 |
วันที่เผยแพร่ | 2023-01-01 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Andre |
อีเมล | andre.github@gmail.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.2", "action": [], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus", "scripting" ] } |