Faux

Generate temporary accounts on the go!

¿Qué es Faux?

Faux es una extensión de Chrome desarrollada por kubgus, y su función principal es "Generate temporary accounts on the go!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Faux

Descarga archivos de extensión Faux en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Elevate Your Privacy: Leave behind the worries of sharing your personal data with every website. Faux empowers you to stay incognito, offering the freedom to explore the web without leaving behind a trail of personal breadcrumbs. Your privacy is paramount, and Faux ensures it stays intact.

Effortless Management: Faux brings simplicity to the forefront. Access your temporary account information on a dedicated page with just a click. Need to access your temporary emails? The inbox page has you covered.

Unlock a World of Content: Researchers, learners, and knowledge-seekers rejoice! Faux breaks down barriers, giving you the power to access gated content without breaking a sweat. Say farewell to roadblocks and hello to seamless discovery.

Faux - Redefining Your Online Narrative: Embrace the revolution that is Faux and embark on a journey where your online presence is truly in your hands. Elevate your browsing, safeguard your identity, and unleash a new era of digital exploration. Are you ready to say hello to Faux and bid farewell to compromise? Your online adventure starts now.                    

Información Básica de la Extensión

Nombre Faux Faux
ID kffcggckolacihcclnifefneifapjcdl
URL Oficial https://chromewebstore.google.com/detail/faux/kffcggckolacihcclnifefneifapjcdl
Descripción Generate temporary accounts on the go!
Tamaño del Archivo 108 KB
Cantidad de Instalaciones 157
Versión Actual 1.0.1
Última Actualización 2023-10-25
Fecha de Publicación 2023-10-25
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador kubgus
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Faux",
    "version": "1.0.1",
    "description": "Generate temporary accounts on the go!",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        }
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    }
}