Password Viewer

Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click

ما هو Password Viewer؟

Password Viewer هو إضافة Chrome تم تطويرها بواسطة Satbir Kaushik، والميزة الرئيسية لها هي "Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Password Viewer

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

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

                        This extension facilitates the direct copying or viewing of passwords from input fields containing asterisk signs on any currently open web page.
--
Unlock a seamless browsing experience with our Chrome extension! By installing this powerful tool, you not only enhance your online interactions but also support the creation of valuable and innovative extensions. 
Your contribution fuels my dedication to developing top-notch solutions. Install now and be part of my mission to make your web journey extraordinary.                    

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

الاسم Password Viewer Password Viewer
ID majhkhdiofehedjpbcoakbmoiogbmcdp
عنوان URL الرسمي https://chromewebstore.google.com/detail/password-viewer/majhkhdiofehedjpbcoakbmoiogbmcdp
الوصف Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click
حجم الملف 43.53 KB
عدد التثبيتات 4,826
النسخة الحالية 1.3
آخر تحديث 2023-09-04
تاريخ النشر 2018-03-17
تقييم 3.86/5 مجموع تقييمات 7
المطور Satbir Kaushik
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Viewer",
    "manifest_version": 3,
    "version": "1.3",
    "description": "Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click",
    "action": {
        "name": "Password Viewer",
        "icons": [
            "icon.png"
        ],
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "Password Viewer"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "copy.svg",
                "hide.svg",
                "show.svg"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}