Unauth App

Unauth cross browser extension client to share website sessions

什么是Unauth App?

Unauth App是由Unauth App开发的Chrome扩展程序,该扩展的主要功能是“Unauth cross browser extension client to share website sessions”。

扩展截图

screenshot
screenshot
screenshot

下载Unauth App扩展crx文件

下载Unauth App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/
帮助页面URL https://www.youtube.com/watch?v=w4Kr3M_ex90&list=PL6I_V8VURCIOV-MQcGAcKxbF9r72KAxcy
隐私政策页面URL 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'"
}