Hide My Email

Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease

ما هو Hide My Email؟

Hide My Email هو إضافة Chrome تم تطويرها بواسطة nguyentutung24، والميزة الرئيسية لها هي "Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease".

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

screenshot

تحميل ملف CRX للإضافة Hide My Email

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

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

                        Hide My Email generates unique, random email addresses that automatically forward to your personal inbox. Each address is unique to you. You can read and respond directly to emails sent to these addresses and your personal email address is kept private.                    

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

الاسم Hide My Email Hide My Email
ID llelhkbpimoodgomnpbobcodcekbiboa
عنوان URL الرسمي https://chromewebstore.google.com/detail/hide-my-email/llelhkbpimoodgomnpbobcodcekbiboa
الوصف Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease
حجم الملف 1.34 MB
عدد التثبيتات 63
النسخة الحالية 1.0
آخر تحديث 2023-02-08
تاريخ النشر 2023-02-08
المطور nguyentutung24
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide My Email",
    "description": "Use our Hide My Email Chrome extension to protect your privacy, avoid spam, and manage multiple email accounts with ease",
    "version": "1.0",
    "icons": {
        "16": "\/images\/mail16.png",
        "32": "\/images\/mail32.png",
        "48": "\/images\/mail48.png",
        "128": "\/images\/mail128.png"
    },
    "action": {
        "default_popup": "login.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/cdn.jsdelivr.net\/;"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "login.js",
                "items.js",
                "item.js",
                "signup.js",
                "add.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}