Story Downloader

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

Co je Story Downloader?

Story Downloader je rozšíření Chrome vyvinuté Extensions for Everyone, a jeho hlavní funkcí je „With the Story Downloader you can view stories anonymously and download them for free.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Story Downloader

Stáhněte si soubory rozšíření Story Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Story Downloader Story Downloader
ID pneajbbepheokncfcicjoeakmajaegem
Oficiální URL https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem
Popis With the Story Downloader you can view stories anonymously and download them for free.
Velikost souboru 149 KB
Počet instalací 3,000
Aktuální Verze 1.0
Poslední Aktualizace 2020-11-25
Datum Vydání 2020-11-25
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Extensions for Everyone
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.storydownloader.org
Podporované Jazyky 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"
    }
}