Stori
Download and view (anonymously) Instagram Stories
Co to jest Stori?
Stori to rozszerzenie Chrome opracowane przez Stori, a jego główną funkcją jest „Download and view (anonymously) Instagram Stories”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stori
Pobierz pliki rozszerzeń Stori 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
View (anonymously) and download Instagram stories for free. Watch stories without them being marked as seen. More features coming soon: - Download posts. - Bulk download (stories and posts). - Download stories from profile. - View/Download live videos - View/Download Reels. - View/Download IG TV videos.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | doegddfcmbidegjkogfdlidcohmldnfo |
Oficjalny URL | https://chrome.google.com/webstore/detail/stori/doegddfcmbidegjkogfdlidcohmldnfo |
Opis | Download and view (anonymously) Instagram Stories |
Rozmiar pliku | 776 KB |
Liczba instalacji | 403 |
Aktualna Wersja | 0.5.0 |
Ostatnia Aktualizacja | 2021-02-03 |
Data Publikacji | 2021-02-03 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Stori |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stori", "description": "Download and view (anonymously) Instagram Stories", "version": "0.5.0", "author": "Stori", "manifest_version": 2, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/128.png" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self' img-src 'self'", "permissions": [ "*:\/\/*.instagram.com\/*", "storage", "tabs" ] } |