Insta Stories
View Instagram Stories anonymously and download them to your device.
Co to jest Insta Stories?
Insta Stories to rozszerzenie Chrome opracowane przez Extensions for Everyone, a jego główną funkcją jest „View Instagram Stories anonymously and download them to your device.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Insta Stories
Pobierz pliki rozszerzeń Insta Stories 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
Instagram Story Viewer is a free online web service that allows the watching of Instagram Stories without a trace. You can view all active Stories and Highlights of any public Instagram account. Additional features – save a Story to any device in one click and download Story updates automatically.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ebhpndbbadiaeggalklbbdchfobkhgmj |
Oficjalny URL | https://chrome.google.com/webstore/detail/insta-stories/ebhpndbbadiaeggalklbbdchfobkhgmj |
Opis | View Instagram Stories anonymously and download them to your device. |
Rozmiar pliku | 149 KB |
Liczba instalacji | 3,685 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-11-25 |
Data Publikacji | 2020-11-25 |
Ocena | 3.25/5 Łącznie 4 Oceny |
Deweloper | Extensions for Everyone |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.insta-stories.net |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insta Stories", "version": "1.0", "description": "View Instagram Stories anonymously and download them to your device.", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo_128.png" } } |