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
Eメール [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'"
}