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はhttps://bladerunner.aiによって開発されたChromeの拡張機能で、その主な機能は「Browser plug-in highlights AI-generated text directly on the page. Powered by computer scientists from the Berkeley AI Research Lab.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

BladeRunner.AI拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}