Insta Stories

View Instagram Stories anonymously and download them to your device.

Τι είναι το Insta Stories;

Το Insta Stories είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Extensions for Everyone, και η κύρια λειτουργία του είναι "View Instagram Stories anonymously and download them to your device.".

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

screenshot

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

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

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

                        Instagram Story Viewer is a free online web service that allows the watching of Instagram Stories without a trace. You can view all active Stories and Highlights of any public Instagram account.
Additional features – save a Story to any device in one click and download Story updates automatically.                    

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

Όνομα Insta Stories Insta Stories
ID ebhpndbbadiaeggalklbbdchfobkhgmj
Επίσημο URL https://chrome.google.com/webstore/detail/insta-stories/ebhpndbbadiaeggalklbbdchfobkhgmj
Περιγραφή View Instagram Stories anonymously and download them to your device.
Μέγεθος Αρχείου 149 KB
Αριθμός Εγκαταστάσεων 3,685
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-11-25
Ημερομηνία Δημοσίευσης 2020-11-25
Αξιολόγηση 3.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Extensions for Everyone
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.insta-stories.net
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Insta Stories",
    "version": "1.0",
    "description": "View Instagram Stories anonymously and download them to your device.",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo_128.png"
    }
}