Password revealer
A plugin to reveal passwords on a page.
ما هو Password revealer؟
Password revealer هو إضافة Chrome تم تطويرها بواسطة giangi.ces، والميزة الرئيسية لها هي "A plugin to reveal passwords on a page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Password revealer
قم بتنزيل ملفات الامتداد Password revealer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This plugin reveals the passwords on the page it's invoked on. The plugin does not have access to your passwords nor store them in any way.
معلومات أساسية عن التمديد
الاسم | Password revealer |
ID | abbolcekgiodpdnlilkihklmengfhege |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/password-revealer/abbolcekgiodpdnlilkihklmengfhege |
الوصف | A plugin to reveal passwords on a page. |
حجم الملف | 18.46 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2018-08-07 |
تاريخ النشر | 2018-08-07 |
المطور | giangi.ces |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password revealer", "version": "0.0.1", "manifest_version": 2, "description": "A plugin to reveal passwords on a page.", "homepage_url": "https:\/\/loudsrl.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "38": "images\/icons\/38.png", "48": "images\/icons\/64.png", "128": "images\/icons\/128.png" }, "browser_action": { "default_title": "Reveal!" }, "permissions": [ "storage", "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |