Story Downloader

With the Story Downloader you can view stories anonymously and download them for free.

Was ist Story Downloader?

Story Downloader ist eine Chrome-Erweiterung, die von Extensions for Everyone entwickelt wurde, und ihr Hauptmerkmal ist "With the Story Downloader you can view stories anonymously and download them for free.".

Erweiterungsscreenshots

screenshot

Story Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Story Downloader-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

                        Watch Instagram Stories anonymously and download them with Instagram Story Viewer. Save every new Story from any public profile automatically — free, compatible with any device, no third app installation.                    

Grundlegende Informationen zur Erweiterung

Name Story Downloader Story Downloader
ID pneajbbepheokncfcicjoeakmajaegem
Offizielle URL https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem
Beschreibung With the Story Downloader you can view stories anonymously and download them for free.
Dateigröße 149 KB
Installationsanzahl 3,000
Aktuelle Version 1.0
Letztes Update 2020-11-25
Veröffentlichungsdatum 2020-11-25
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Extensions for Everyone
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.storydownloader.org
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Story Downloader",
    "version": "1.0",
    "description": "With the Story Downloader you can view stories anonymously and download them for free.",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo_128.png"
    }
}