Story Downloader

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

Cos'è Story Downloader?

Story Downloader è un'estensione di Chrome sviluppata da Extensions for Everyone, e la sua funzione principale è "With the Story Downloader you can view stories anonymously and download them for free.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Story Downloader

Scarica i file di estensione Story Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Story Downloader Story Downloader
ID pneajbbepheokncfcicjoeakmajaegem
URL Ufficiale https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem
Descrizione With the Story Downloader you can view stories anonymously and download them for free.
Dimensione del File 149 KB
Conteggio Installazioni 3,000
Versione Corrente 1.0
Ultimo Aggiornamento 2020-11-25
Data di Pubblicazione 2020-11-25
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Extensions for Everyone
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.storydownloader.org
Lingue Supportate 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"
    }
}