ao3 saver

automatically backup ao3 works so you never lose what you're reading again

Τι είναι το ao3 saver;

Το ao3 saver είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Themi, και η κύρια λειτουργία του είναι "automatically backup ao3 works so you never lose what you're reading again".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ao3 saver

Λήψη αρχείων επέκτασης ao3 saver σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Automatically backup ao3 works so you never lose what you're reading again. When you start reading an ao3 work, ao3 saver servers will automatically back up the work you're reading. If the story ever goes down, the 404 page you're met with will have a button to take you right to the backup pdf stored on the ao3 saver server.

The ao3 menu assists in finding lost works by keeping a history of each work you've visited. You can search and find a deleted work your previously viewed with this extension with ease.

No data on what you view is kept on anything but your local device. The only thing the server stores is the pdf files for the works completely unattached from you.

Please let me know if you have any issues or suggestions for this extension. You can contact me at [email protected].

I'm planning on keeping the servers up for this extension and continue support for it for years into the future.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ao3 saver ao3 saver
ID dcfdbpbcfhlgnbcbidkbnbbjnpbnaojm
Επίσημο URL https://chromewebstore.google.com/detail/ao3-saver/dcfdbpbcfhlgnbcbidkbnbbjnpbnaojm
Περιγραφή automatically backup ao3 works so you never lose what you're reading again
Μέγεθος Αρχείου 73.91 KB
Αριθμός Εγκαταστάσεων 764
Τρέχουσα Έκδοση 0.6.1
Τελευταία Ενημέρωση 2024-01-10
Ημερομηνία Δημοσίευσης 2022-05-06
Αξιολόγηση 4.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Themi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ao3 saver",
    "description": "automatically backup ao3 works so you never lose what you're reading again",
    "version": "0.6.1",
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/archiveofourown.org\/works\/*"
            ],
            "js": [
                "work_page.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/ao3.themimegas.com\/*"
    ],
    "action": {
        "default_popup": "\/popup\/popup.html"
    }
}