RecAlign

Filter content by transparent, editable preference.

RecAlignとは何ですか?

RecAlignはrecalign.devによって開発されたChromeの拡張機能で、その主な機能は「Filter content by transparent, editable preference.」です。

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

screenshot

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

RecAlign拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Recommendation systems (e.g., Twitter) optimize for your attention and spoil you to the detriment of your own well-being. Their objective is fundamentally misaligned with yours.

We are starting an open source initiative RecAlign (short for Recommendation Alignment) to address this misalignment. We use large language models (LLMs) to vet and remove recommendations according to your explicitly stated preference in a transparent and editable way.                    

拡張機能の基本情報

名前 RecAlign RecAlign
ID eedopfonifglenhkedconaljmbnaimej
公式URL https://chromewebstore.google.com/detail/recalign/eedopfonifglenhkedconaljmbnaimej
説明 Filter content by transparent, editable preference.
ファイルサイズ 32.22 KB
インストール数 168
現在のバージョン 0.1.0
最終更新日 2023-04-13
公開日 2023-04-13
評価 5.00/5 合計 1 レビュー
開発者 recalign.dev
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RecAlign",
    "version": "0.1.0",
    "description": "Filter content by transparent, editable preference.",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_title": "RecAlign",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitter.com\/*",
                "https:\/\/zhihu.com\/*",
                "https:\/\/www.zhihu.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}