Unauth App

Unauth cross browser extension client to share website sessions

Wat is Unauth App?

Unauth App is een Chrome-extensie ontwikkeld door Unauth App, en de belangrijkste functie is "Unauth cross browser extension client to share website sessions".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Unauth App

Download Unauth App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Unauth App Unauth App
ID gmlboogkeejkegkdnjhgjjkgoleppcom
Officiële URL https://chrome.google.com/webstore/detail/unauth-app/gmlboogkeejkegkdnjhgjjkgoleppcom
Beschrijving Unauth cross browser extension client to share website sessions
Bestandsgrootte 1.04 MB
Aantal Installaties 36
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2019-12-16
Publicatiedatum 2019-12-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unauth App
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://unauthapp.com/
Help Pagina-URL https://www.youtube.com/watch?v=w4Kr3M_ex90&list=PL6I_V8VURCIOV-MQcGAcKxbF9r72KAxcy
URL van de Privacybeleid Pagina https://unauthapp.com/privacy
Ondersteunde Talen 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'"
}