Insta Stories
View Instagram Stories anonymously and download them to your device.
Vad är Insta Stories?
Insta Stories är en Chrome-tillägg utvecklad av Extensions for Everyone, och dess huvudfunktion är "View Instagram Stories anonymously and download them to your device.".
Tilläggsskärmbilder
Ladda ner Insta Stories-förlängningens CRX-fil
Ladda ner Insta Stories-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ebhpndbbadiaeggalklbbdchfobkhgmj |
Officiell webbadress | https://chrome.google.com/webstore/detail/insta-stories/ebhpndbbadiaeggalklbbdchfobkhgmj |
Beskrivning | View Instagram Stories anonymously and download them to your device. |
Filstorlek | 149 KB |
Antal Installationer | 3,685 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-11-25 |
Publiceringsdatum | 2020-11-25 |
Betyg | 3.25/5 Totalt 4 Betyg |
Utvecklare | Extensions for Everyone |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.insta-stories.net |
Stödda Språk | 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" } } |