StorySaver

With this extension, you can save stories from Instagram with just a few clicks.

Τι είναι το StorySaver;

Το StorySaver είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://storysaverhd.io, και η κύρια λειτουργία του είναι "With this extension, you can save stories from Instagram with just a few clicks.".

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

screenshot

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

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

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

                        StorySaver is an extension that allows users to download any story from Instagram with just one click. By installing this extension, you will have access to a toolbar at the top-right corner of your browser. After clicking on the icon, your story will be downloaded immediately.

If you have any questions or concerns about the extension, please contact me at [email protected] and I would be more than happy to help!                    

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

Όνομα StorySaver StorySaver
ID nhblieoocencjemigbfnjnnhlbiaonmh
Επίσημο URL https://chromewebstore.google.com/detail/storysaver/nhblieoocencjemigbfnjnnhlbiaonmh
Περιγραφή With this extension, you can save stories from Instagram with just a few clicks.
Μέγεθος Αρχείου 167 KB
Αριθμός Εγκαταστάσεων 1,807
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2022-12-07
Ημερομηνία Δημοσίευσης 2022-12-06
Αξιολόγηση 4.86/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής https://storysaverhd.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://storysaverhd.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://storysaverhd.io/contact/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "StorySaver",
    "version": "1.0.2",
    "description": "With this extension, you can save stories from Instagram with just a few clicks.",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon_32.png"
    },
    "permissions": [
        "declarativeContent",
        "downloads",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ]
}