BladeRunner.AI

Browser plug-in highlights AI-generated text directly on the page. Powered by computer scientists from the Berkeley AI Research Lab.

¿Qué es BladeRunner.AI?

BladeRunner.AI es una extensión de Chrome desarrollada por https://bladerunner.ai, y su función principal es "Browser plug-in highlights AI-generated text directly on the page. Powered by computer scientists from the Berkeley AI Research Lab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión BladeRunner.AI

Descarga archivos de extensión BladeRunner.AI 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

                        ** July 13 2023: The server was just upgraded, which means (1) it should not crash anymore, (2) it should be faster. Sorry for all the folks who experienced downtime. If it’s working for you, it would be great if you left a positive review since the only people leaving reviews are the people annoyed when it stops working. If everyone leaves negative reviews for free software, there’s no motivation to keep it going.**

The year is 2023 and robots have taken hold of the internet. Humans struggle to distinguish messages sent by their own species from those generated by the tools they created. Confused and manipulated by the unreasonable effectiveness of the large language models, the humans devise yet another tool to help them find robots in the wild. Its name is BLADERUNNER.AI. 

In the age of AI, the constellation of digital experiences will collectively become a GAN, where bots are the generators (objective: fool humans into thinking that the AI is another human) and humans are the discriminator (objective: detect AI impostors). Organizations will be held to a higher standard of discriminator accuracy as shareholders, staff, and customers become increasingly wary of AI-generated content. Are these organizations prepared to reach this standard of accuracy? Is anyone? Will we all need our own night vision goggles for detecting AI in the new wild?                    

Información Básica de la Extensión

Nombre BladeRunner.AI BladeRunner.AI
ID nglemmebekffgaoimnkphgcaljhgffcg
URL Oficial https://chromewebstore.google.com/detail/bladerunnerai/nglemmebekffgaoimnkphgcaljhgffcg
Descripción Browser plug-in highlights AI-generated text directly on the page. Powered by computer scientists from the Berkeley AI Research Lab.
Tamaño del Archivo 14.3 KB
Cantidad de Instalaciones 306
Versión Actual 0.2
Última Actualización 2023-07-14
Fecha de Publicación 2023-01-13
Calificación 1.50/5 Total de 2 Calificaciones
Desarrollador https://bladerunner.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.bladerunner.ai
URL de la Página de Política de Privacidad https://www.bladerunner.ai/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BladeRunner.AI",
    "action": [],
    "manifest_version": 3,
    "version": "0.2",
    "description": "Browser plug-in highlights AI-generated text directly on the page. Powered by computer scientists from the Berkeley AI Research Lab.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "bladerunner.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}