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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Replika Export: Chat, Diary, Memory 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Replika Export: Chat, Diary, Memory
ID immbjhielfhbemfnjfnddblchipnefmf
공식 URL 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"
    }
}