Unauth App

Unauth cross browser extension client to share website sessions

ما هو Unauth App؟

Unauth App هو إضافة Chrome تم تطويرها بواسطة Unauth App، والميزة الرئيسية لها هي "Unauth cross browser extension client to share website sessions".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Unauth App

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

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

                        Unauth can be used for sharing your login sessions with other users, without actually sharing the your email and password                    

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

الاسم Unauth App Unauth App
ID gmlboogkeejkegkdnjhgjjkgoleppcom
عنوان URL الرسمي https://chrome.google.com/webstore/detail/unauth-app/gmlboogkeejkegkdnjhgjjkgoleppcom
الوصف Unauth cross browser extension client to share website sessions
حجم الملف 1.04 MB
عدد التثبيتات 36
النسخة الحالية 0.0.0.3
آخر تحديث 2019-12-16
تاريخ النشر 2019-12-14
تقييم 5.00/5 مجموع تقييمات 1
المطور Unauth App
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://unauthapp.com/
عنوان صفحة المساعدة https://www.youtube.com/watch?v=w4Kr3M_ex90&list=PL6I_V8VURCIOV-MQcGAcKxbF9r72KAxcy
عنوان صفحة سياسة الخصوصية https://unauthapp.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unauth App",
    "author": "Arshad Kazmi",
    "version": "0.0.0.3",
    "description": "Unauth cross browser extension client to share website sessions",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Unauth App",
        "default_icon": "logo192.png"
    },
    "permissions": [
        "tabs",
        "",
        "cookies"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}