Insta Stories

View Instagram Stories anonymously and download them to your device.

Was ist Insta Stories?

Insta Stories ist eine Chrome-Erweiterung, die von Extensions for Everyone entwickelt wurde, und ihr Hauptmerkmal ist "View Instagram Stories anonymously and download them to your device.".

Erweiterungsscreenshots

screenshot

Insta Stories-Erweiterungs-CRX-Datei herunterladen

Laden Sie Insta Stories-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Insta Stories Insta Stories
ID ebhpndbbadiaeggalklbbdchfobkhgmj
Offizielle URL https://chrome.google.com/webstore/detail/insta-stories/ebhpndbbadiaeggalklbbdchfobkhgmj
Beschreibung View Instagram Stories anonymously and download them to your device.
Dateigröße 149 KB
Installationsanzahl 3,685
Aktuelle Version 1.0
Letztes Update 2020-11-25
Veröffentlichungsdatum 2020-11-25
Bewertung 3.25/5 Insgesamt 4 Bewertungen
Entwickler Extensions for Everyone
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.insta-stories.net
Unterstützte Sprachen 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"
    }
}