Live Recorder for Instagram aka MasterReco

Extension for Recording and Downloading Instagram Lives. Now you can record and save any Live you want and watch it later anytime.

Live Recorder for Instagram aka MasterReco란 무엇입니까?

Live Recorder for Instagram aka MasterReco은(는) williaminrecord에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for Recording and Downloading Instagram Lives. Now you can record and save any Live you want and watch it later anytime."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Live Recorder for Instagram aka MasterReco 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        MasterReco. Recorder and Downloader for Instagram Live
The only extension for Downloading Instagram Lives. 

🎥 Recorder and Downloader for Instagram Live. With this tool you can record and save any Live from Instagram. Install our new extension and forget about missed or lost Lives.

🔥The only add-on in Chrome Store that really works for downloading Lives from Instagram. Our extension records on-going Live and when it is finished, it save the video file into your PC. That's it. Now you can watch the Live anytime you want or have time for it.

With MasterReco. Recorder and Downloader for Instagram Live you can:
❇️ Record Lives and save them to your hard drive;
❇️ Record two or more Lives in different tabs at the same time;
❇️ Surf anywhere you want or work while your Live or Lives are being recorded;
❇️ Record and Download Live with comments or without them;

🤔 How it works:
You need play Live and start recording by clicking one button (chose with comments or without them). When Live is ended it will be saved automatically and you will be offered to download it. 

The "Record" button appears in extension pop-up only when you are watching the Live. To stop recording you need to go to extension pop-up and click "Stop recording".

Enjoy the Lives whenever you want to!

📝  Please note:
MasterReco. Recorder and Downloader for Instagram Live doesn't belong to Instagram Inc. This is independent project which has no legal binds with official Instagram application or website.                    

확장 프로그램 기본 정보

이름 Live Recorder for Instagram aka MasterReco Live Recorder for Instagram aka MasterReco
ID djngbdfelbifdjcoclafcdhpamhmeamj
공식 URL https://chromewebstore.google.com/detail/live-recorder-for-instagr/djngbdfelbifdjcoclafcdhpamhmeamj
설명 Extension for Recording and Downloading Instagram Lives. Now you can record and save any Live you want and watch it later anytime.
파일 크기 4.38 MB
설치 횟수 9,019
현재 버전 1.1.4
최근 업데이트 2024-01-19
출시 날짜 2021-05-23
평점 3.75/5 총 36 개의 평점
개발자 williaminrecord
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/recforinsta
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.1.4",
    "icons": {
        "128": "i\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "i\/icon_16.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "tabCapture",
        "storage",
        "offscreen",
        "downloads"
    ]
}