Save IG Live Story
View and download Instagram Live Stories from your browser.
Τι είναι το Save IG Live Story;
Το Save IG Live Story είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tricks N Tech, και η κύρια λειτουργία του είναι "View and download Instagram Live Stories from your browser.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Save IG Live Story
Λήψη αρχείων επέκτασης Save IG Live Story σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Save Instagram Live Video | Download Instagram Stories With this cool extension, you can easily download Instagram live video of your friends, celebrities or pages that you are following. You can do a lot more than this. 🔥 Live Videos 🔥 👉🏻 Watch Instagram live videos of friends, celebrities & pages 👉🏻 Download Instagram live videos from your feed ⭐️ Stories ⭐️ 👉🏻 See their stories you are following 👉🏻 Save your favorite story by one click 👁 Anonymous 👁 👉🏻 Watch or download Instagram live videos and stories anonymously 👉🏻 User won't know you've seen or downloaded their story or live video 🔎 Search 🔎 👉🏻 You can search stories by People, Tags or Places 👉🏻 You can view or download publicly available stories ⚡️ Option to choose video resolution when downloading live video 💥 Download all stories by single click ❤️ Save IG Live Story is totally free It's perfect Instagram live downloader. You will get all the content in original quality as our extension fetches data directly from Instagram server. Using this Instagram story saver you can save your favorite stories to your PC or laptop. So, download and install Save IG Live Story to your Chrome browser right now.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ceohfjpachemiffpnhefmfhpeilkenhm |
Επίσημο URL | https://chrome.google.com/webstore/detail/save-ig-live-story/ceohfjpachemiffpnhefmfhpeilkenhm |
Περιγραφή | View and download Instagram Live Stories from your browser. |
Μέγεθος Αρχείου | 419 KB |
Αριθμός Εγκαταστάσεων | 40,000 |
Τρέχουσα Έκδοση | 1.3.7 |
Τελευταία Ενημέρωση | 2021-08-11 |
Ημερομηνία Δημοσίευσης | 2020-06-09 |
Αξιολόγηση | 4.42/5 Συνολικά 384 Αξιολογήσεις |
Προγραμματιστής | Tricks N Tech |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.tricksntech.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://sites.google.com/view/save-ig-live-story |
URL της Σελίδας Πολιτικής Απορρήτου | https://sites.google.com/view/save-ig-live-story |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "Save IG Live Story", "description": "__MSG_extDesc__", "version": "1.3.7", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_title": "Save IG Live Story", "default_popup": "index.html" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.instagram.com\/*", "*:\/\/*.fbcdn.net\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.savelivestory.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/content.js" ] } ], "web_accessible_resources": [ "js\/*", "css\/*", "img\/*", "html\/*" ], "icons": { "16": "img\/icon-16.png", "128": "img\/icon-128.png" }, "incognito": "split" } |