RecAlign
Filter content by transparent, editable preference.
Apa itu RecAlign?
RecAlign adalah ekstensi Chrome yang dikembangkan oleh recalign.dev, dan fitur utamanya adalah "Filter content by transparent, editable preference.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi RecAlign
Unduh file ekstensi RecAlign dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | RecAlign |
ID | eedopfonifglenhkedconaljmbnaimej |
URL Resmi | https://chromewebstore.google.com/detail/recalign/eedopfonifglenhkedconaljmbnaimej |
Deskripsi | Filter content by transparent, editable preference. |
Ukuran File | 32.22 KB |
Jumlah Instalasi | 168 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2023-04-13 |
Tanggal Publikasi | 2023-04-13 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | recalign.dev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |