Story Downloader

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

Co to jest Story Downloader?

Story Downloader to rozszerzenie Chrome opracowane przez Extensions for Everyone, a jego główną funkcją jest „With the Story Downloader you can view stories anonymously and download them for free.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Story Downloader

Pobierz pliki rozszerzeń Story Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Story Downloader Story Downloader
ID pneajbbepheokncfcicjoeakmajaegem
Oficjalny URL https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem
Opis With the Story Downloader you can view stories anonymously and download them for free.
Rozmiar pliku 149 KB
Liczba instalacji 3,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-11-25
Data Publikacji 2020-11-25
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Extensions for Everyone
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.storydownloader.org
Obsługiwane Języki 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"
    }
}