Replika Export: Chat, Diary, Memory

Export your Replika chat messages, diary and memory entries.

Τι είναι το Replika Export: Chat, Diary, Memory;

Το Replika Export: Chat, Diary, Memory είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον David Wolf, και η κύρια λειτουργία του είναι "Export your Replika chat messages, diary and memory entries.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Replika Export: Chat, Diary, Memory

Λήψη αρχείων επέκτασης 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 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"
    }
}