Save IG Live Story

View and download Instagram Live Stories from your browser.

Save IG Live Story란 무엇입니까?

Save IG Live Story은(는) Tricks N Tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View and download Instagram Live Stories from your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Save IG Live Story 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Save IG Live Story Save IG Live Story
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"
}