Story Downloader

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

Wat is Story Downloader?

Story Downloader is een Chrome-extensie ontwikkeld door Extensions for Everyone, en de belangrijkste functie is "With the Story Downloader you can view stories anonymously and download them for free.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Story Downloader

Download Story Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Story Downloader Story Downloader
ID pneajbbepheokncfcicjoeakmajaegem
Officiële URL https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem
Beschrijving With the Story Downloader you can view stories anonymously and download them for free.
Bestandsgrootte 149 KB
Aantal Installaties 3,000
Huidige Versie 1.0
Laatst Bijgewerkt 2020-11-25
Publicatiedatum 2020-11-25
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Extensions for Everyone
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.storydownloader.org
Ondersteunde Talen 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"
    }
}