Show Password - Safe and Secure

Show the password you are entering!

ما هو Show Password - Safe and Secure؟

Show Password - Safe and Secure هو إضافة Chrome تم تطويرها بواسطة extensionpartner، والميزة الرئيسية لها هي "Show the password you are entering!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Show Password - Safe and Secure

قم بتنزيل ملفات الامتداد Show Password - Safe and Secure بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Show Password - Safe and Secure is the FREE extension that allows you to view and hide password in any form. Using this extension is completely safe and secure. Show Password - Safe and Secure extension does not store any of your form data or password.


Features of Show Password- Safe and Secure :

>>>This extension is safe and secure. We do not collect or store users' data. So feel free to use it. 

>>> After installing this extension, you can view passwords from any website. 

>>> It allows multiple conditions to show a password on any web page. 

>>> It is a light-weight utility, so will not affect system performance. 

>>> It is available world wide. So you can use it anywhere in the world. 


Shortcut :

>>>  When you select the Press Ctrl key from the popup window of the extension, you can view and hide the password field on any website. 

How to use: -  

>>> Pin the extension to your toolbar after installing it.

>>> Click the extension icon to open the popup window.

>>> Select one of the following options :-
Mouse Over
Double Click
On Focus
Press Ctrl Key

>>> After selecting one option you view and hide the password on any web page on the basis of the selected option.

Why choose us:-

>>> Light weight -  This extension is of minimal size, so it will consume negligible disk of your system and will not affect system's performance.

>>> Simple layout - It is built based on simplicity so that you don't have to follow complex steps.

>>> Secure - Using this extension is completely safe. We don't store user credentials on our server. Your data is stored in your browser. So it is secure.

 
Privacy:  

User's data is the most precious thing. While keeping this mind, we built the extension safe and secure for our users, so they can use it without any hesitation.

We don't fetch users' data to our server. No one can check a user's data except the user. We don't use any tracking or analytics tools. Your privacy is private.
Show Password - Safe and Secure is a safe and secure extension.                    

معلومات أساسية عن التمديد

الاسم Show Password - Safe and Secure Show Password - Safe and Secure
ID hieccpkaackigafdakcakpkfopanlmoh
عنوان URL الرسمي https://chromewebstore.google.com/detail/show-password-safe-and-se/hieccpkaackigafdakcakpkfopanlmoh
الوصف Show the password you are entering!
حجم الملف 53.29 KB
عدد التثبيتات 46
النسخة الحالية 1.0.0
آخر تحديث 2022-04-05
تاريخ النشر 2022-04-05
تقييم 5.00/5 مجموع تقييمات 1
المطور extensionpartner
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show Password - Safe and Secure",
    "version": "1.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "showPassword.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "128": "logo.png"
        },
        "default_title": "__MSG_extension_description__",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "logo.png",
        "64": "logo.png",
        "32": "logo.png",
        "16": "logo.png"
    },
    "permissions": [
        "storage"
    ]
}