Unauth App

Unauth cross browser extension client to share website sessions

What is Unauth App?

Unauth App is a Chrome extension developed by Unauth App, and its main feature is "Unauth cross browser extension client to share website sessions".

Extension Screenshots

screenshot
screenshot
screenshot

Download Unauth App Extension CRX File

Download Unauth App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Unauth App Unauth App
ID gmlboogkeejkegkdnjhgjjkgoleppcom
Official URL https://chrome.google.com/webstore/detail/unauth-app/gmlboogkeejkegkdnjhgjjkgoleppcom
Description Unauth cross browser extension client to share website sessions
File Size 1.04 MB
Installation Count 36
Current Version 0.0.0.3
Last Updated 2019-12-16
Publish Date 2019-12-14
Rating 5.00/5 Total 1 Ratings
Developer Unauth App
Email [email protected]
Payment Type free
Extension Website https://unauthapp.com/
Help Page URL https://www.youtube.com/watch?v=w4Kr3M_ex90&list=PL6I_V8VURCIOV-MQcGAcKxbF9r72KAxcy
Privacy Policy Page URL https://unauthapp.com/privacy
Supported Languages 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'"
}