RecAlign

Filter content by transparent, editable preference.

RecAlign là gì?

RecAlign là một tiện ích mở rộng Chrome được phát triển bởi recalign.dev, và tính năng chính của nó là "Filter content by transparent, editable preference.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RecAlign

Tải xuống các tệp mở rộng RecAlign dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RecAlign RecAlign
ID eedopfonifglenhkedconaljmbnaimej
URL Chính Thức https://chromewebstore.google.com/detail/recalign/eedopfonifglenhkedconaljmbnaimej
Mô tả Filter content by transparent, editable preference.
Kích Thước Tệp 32.22 KB
Số Lần Cài Đặt 168
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2023-04-13
Ngày Phát Hành 2023-04-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển recalign.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}