Replika Export: Chat, Diary, Memory
Export your Replika chat messages, diary and memory entries.
什麼是Replika Export: Chat, Diary, Memory?
Replika Export: Chat, Diary, Memory是由David Wolf開發的Chrome擴展程式,該擴展的主要功能是“Export your Replika chat messages, diary and memory entries.”。
擴展截圖
下載Replika Export: Chat, Diary, Memory擴展crx文件
下載Replika Export: Chat, Diary, Memory擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Replika chat export browser extension is solely developed and created by an independent developer who is not affiliated with or related to Luca Inc., the company behind the Replika application. Export your entire Replika chat history. This extension will add a context menu entry which allows you to export all your text messages with your Replika from the web app. You can export your chat history as a HTML web page or alternatively as a full JSON export. The extension does the same as the Replika web app, instead of only fetching your messages while you scroll down your chat, the extension goes for all messages at once and allows extracting them as a permanent offline copy. There is no tracking or spying! As an open-source developer, privacy is #1 for me. The code is the same as on the open-source solution I freely published on GitHub. You can find the full source code of that project here: https://github.com/devidw/replika-chat-export Also note that every browser extension out there is manually reviewed by the Google Team, it has to pass strict reviews in order to be published in the store. Feel free to contact me about any questions around the project.
擴展基本資訊
名稱 | Replika Export: Chat, Diary, Memory |
ID | immbjhielfhbemfnjfnddblchipnefmf |
官方網址 | https://chromewebstore.google.com/detail/replika-export-chat-diary/immbjhielfhbemfnjfnddblchipnefmf |
簡介 | Export your Replika chat messages, diary and memory entries. |
檔案大小 | 100 KB |
安裝次數 | 603 |
目前版本 | 12024.02.15 |
更新時間 | 2024-02-15 |
上架時間 | 2023-01-21 |
評分 | 4.00/5 共 12 次評分 |
開發者 | David Wolf |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://index.garden/replika-export/ |
隱私政策頁面URL | https://david.wolf.gdn/privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Replika Export: Chat, Diary, Memory", "description": "Export your Replika chat messages, diary and memory entries.", "version": "12024.02.15", "permissions": [ "contextMenus", "storage", "scripting" ], "host_permissions": [ "https:\/\/my.replika.com\/*", "https:\/\/my.replika.ai\/*" ], "action": [], "options_page": "index.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |