BladeRunner.AI

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

O que é BladeRunner.AI?

BladeRunner.AI é uma extensão do Chrome desenvolvida por https://bladerunner.ai, e sua principal característica é "Browser plug-in highlights AI-generated text directly on the page. Powered by computer scientists from the Berkeley AI Research Lab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BladeRunner.AI

Baixe arquivos de extensão BladeRunner.AI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ** 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?                    

Informações Básicas da Extensão

Nome BladeRunner.AI BladeRunner.AI
ID nglemmebekffgaoimnkphgcaljhgffcg
URL Oficial https://chromewebstore.google.com/detail/bladerunnerai/nglemmebekffgaoimnkphgcaljhgffcg
Descrição Browser plug-in highlights AI-generated text directly on the page. Powered by computer scientists from the Berkeley AI Research Lab.
Tamanho do Arquivo 14.3 KB
Contagem de Instalações 306
Versão Atual 0.2
Última Atualização 2023-07-14
Data de Publicação 2023-01-13
Classificação 1.50/5 Total de 2 Avaliações
Desenvolvedor https://bladerunner.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.bladerunner.ai
URL da Página de Política de Privacidade https://www.bladerunner.ai/privacy-policy
Idiomas Suportados 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"
    }
}