Protect IID
Minimalistic single-use email address generator.
ما هو Protect IID؟
Protect IID هو إضافة Chrome تم تطويرها بواسطة Liftground، والميزة الرئيسية لها هي "Minimalistic single-use email address generator.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Protect IID
قم بتنزيل ملفات الامتداد Protect IID بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Minimalistic single-use email address generator. The idea is to start treating email addresses that you use when signing up for a service similarly as passwords. They should be unique, generated and used only once. You store them with your password inside a password manager. Learn more at protectiid.com. Generating styles: - 2-64 Hash ([email protected]) - Current domain name + 2-32 Hash ([email protected]) - Fake user ([email protected])
معلومات أساسية عن التمديد
الاسم | Protect IID |
ID | pohhdoefhlffonadgcfpfebhpcecanbm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/protect-iid/pohhdoefhlffonadgcfpfebhpcecanbm |
الوصف | Minimalistic single-use email address generator. |
حجم الملف | 52.88 KB |
عدد التثبيتات | 106 |
النسخة الحالية | 1.17 |
آخر تحديث | 2019-02-17 |
تاريخ النشر | 2019-02-17 |
تقييم | 4.60/5 مجموع تقييمات 5 |
المطور | Liftground |
نوع الدفع | free |
موقع الإضافة | https://protectiid.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Protect IID", "version": "1.17", "description": "Minimalistic single-use email address generator.", "permissions": [ "activeTab" ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } } |