BladeRunner.AI

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

Что такое BladeRunner.AI?

BladeRunner.AI - это расширение Chrome, разработанное https://bladerunner.ai, и его основная функция - "Browser plug-in highlights AI-generated text directly on the page. Powered by computer scientists from the Berkeley AI Research Lab.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения BladeRunner.AI

Скачайте файлы расширений BladeRunner.AI в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название BladeRunner.AI BladeRunner.AI
ID nglemmebekffgaoimnkphgcaljhgffcg
Официальный URL https://chromewebstore.google.com/detail/bladerunnerai/nglemmebekffgaoimnkphgcaljhgffcg
Описание Browser plug-in highlights AI-generated text directly on the page. Powered by computer scientists from the Berkeley AI Research Lab.
Размер файла 14.3 KB
Количество установок 306
Текущая Версия 0.2
Последнее Обновление 2023-07-14
Дата публикации 2023-01-13
Рейтинг 1.50/5 Всего 2 оценок
Разработчик https://bladerunner.ai
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.bladerunner.ai
URL страницы политики конфиденциальности https://www.bladerunner.ai/privacy-policy
Поддерживаемые языки 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"
    }
}